/* CSS Document */



.nav{
background : #0000FF;
color : yellow;
text-decoration : none;
	font-weight: bold;
	font-size: large;
	border: thick #0000FF;

}
.nav A:link {
background : #0000FF;
color : yellow;
text-decoration : none;
	font-weight: bold;
	font-size: large;
	border: thick #0000FF;
}
.nav A:visited {
background : #0000FF;
color : yellow;
text-decoration : none;
	font-weight: bold;
	font-size: large;
	border: thick #0000FF;

font-weight: bold;
}
.nav A:active {
	background : #0000FF;
	color : #FFFF00;
	text-decoration : none;
	font-weight: bold;
	font-size: larger;
	border: thick #0000FF;
}
.nav a.nohoover:hover{
Background-Color : #FFFF00;
Color : none;
	text-decoration : none;
	font-weight: bold;
	font-size: larger;
	border: thick #FFFF00;

	
font-weight: bold;
}
.nav A:hover{
Background-Color : yellow; 
Color : blue;
	text-decoration : none;
	font-weight: bold;
	font-size: larger;
	border: thick yellow;