
h1, h2, li {
	font-family: verdana, lucida, Helvetica, arial, sans-serif;
	color: white;
}

body {
	background: #084d92 url(images/banner.jpg) repeat-x top left;
}

ul { 
	background: url(images/nav.home.jpg) top left no-repeat;
	position: absolute;
	float: left;
	top: 200px;
	left: 10px;
	list-style-type: none; 
	padding-top: 15px;
	padding-left: 35px;
}

li { 	
	margin-bottom: 5px;
	padding: 5px;
}
	
a {
	font-size: 24px;
	font-weight: bold;
	display: block; 
	text-decoration: none;
	color: white;
}

a:link {
	color: white;
}

a:hover {
	background: #007dff;
}
