a:hover      { color: #FF0000 }
.welcome     { font-family: Arial; font-size: 14px; color: black; text-align: left; font-weight:bold }
.contact     { font-family: Arial; font-size: 16px; color: #000063 }
h1           { font-family: Arial; font-size: 18pt; font-weight: bold }
.banner      { font-family: Arial; font-size: 35px; color:#FFFFFF; text-align: center}
.normal      { font-family: Arial; font-size: 14px; color: #000000; text-align: left }
.nav         { font-family: Arial; font-size: 16px; color: #FFFFFF; text-decoration: none; font-weight:bold; position:relative; left:10; top:10 }
.contact2    { font-family: Arial; font-size: 16px; color: #000063; font-weight:700 }
.normalc      { font-family: Arial; font-size: 14px; color: #000000; text-align: center }
.boldu       { font-family: Arial; text-decoration: underline; font-size: 14px; font-weight: bold }

#Navigation ul {
	margin-left: 25px; 
	left: 50%;
	font: bold 16px Arial, Verdana, sans-serif;  
}

#Navigation ul li {
	list-style: none; 
	margin: 0; 
	display: inline; 
}

#Navigation ul li a {
	padding: 2px 0.5em; 
	margin-left: 2px; 
	border: 1px solid #000080; 
	background: #000080; 
	text-decoration: none; 
}

#Navigation ul li a:link { 
	color: white;
} 

#Navigation ul li a:visited { 
	color: white;
} 

#Navigation ul li a:link:hover, #Navigation ul li a:visited:hover {
	color: red; 
	background: #000080; 
	border-color: #000080; 
}

#Navigation ul li a#current {
	background: #000080;
}