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;
	} 

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;
	}

#titlebar { 
	position: absolute;
	left: 40px;
	top: 20px;
	width: 1150px;
	border: 3px solid #666666;
	background-color: #CC7711;
	}

#navbar {
	position: absolute;
	left: 90px;
	top: 150px;
	width: 1100px;
	border: none;
	}

#text {
	position: absolute;
	left: 20px;
	top:240px;
	width: 1150px;
	padding: 20px;
	border: 3px solid #CC7711;
	}

img {
	float: right;
	padding: 20px;
	}
