body {
	font-family: arial; 
	color: black;
	}

h1 {
	font-family: castellar, arial; 
	font-weight: bold;
	}

h2 {
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
	}

h3 {
	font-family: arial;
	text-decoration: underline;
	} 

h4 {
	font-family: arial;
	} 

h5 {
	font-family: arial;
	}

ul#navigationbar {
	list-style-type: none; 
	margin-left: 0; 
	padding-left:0; 
	white-space: nowrap; 
	}

#navigationbar li {
	display: inline; 
	}

#navigationbar a { 
	text-decoration: none; 
	padding: 3px 10px; 
	border: 1px solid blue 
	}

#navigationbar a:link {
	color: blue; 
	background-color: white; 
	text-decoration: none;
	}

#navigationbar a:visited {
	color: maroon; 
	background-color: white; 
	text-decoration: none; 
	border: 1px solid maroon;
	}

#navigationbar a:hover {
	color: red; 
	background-color: white; 
	font-weight: bold; 
	text-decoration: none; 
	border: 2px solid red;
	}
 
#navigationbar a:active {
	color: red; 
	text-decoration: underline;
	}

#infoimageleft {
	float: left;
	width: 500px;
	border: none;
	margin-left: 5px;
	}

#inforeservation {
	float: left;
	width: 400px;
	border: none;
	}

#infoimageright {
	float: left;
	width: 500px;
	border: none;
	}
