.nav {
	font-family :Verdana;
	text-decoration : none;
	color : White;
	font-weight : normal;
	font-size: x-small;
} .nav:A:Hover {
	color : Fuchsia;
}

.nav1 {
	font-family :Verdana;
	text-decoration : none;
	color : Black;
	font-size: x-small;
	font-weight : bold;
	} .nav1:A:Hover {
	color : Red;
}

.nav2 {
	font-family :Verdana;
	text-decoration : none;
	color : Black;
	font-size: xx-small;
	font-weight : bold;
	} .nav1:A:Hover {
	color : Red;
}

.topmenu {
	font-family :Verdana;
	text-decoration : none;
	color : Maroon;
	font-size: x-small;
	font-weight : bold;
} 
.topmenu:A:Hover {
	color : Olive;
}


.smalltxt{
	font-family : "Verdana";
	font-size : xx-small;
}

A {
	text-decoration : none;
	color : Blue;
}
A:Hover { text-decoration : underline ; color : #cc0000;}
.td0{
	font-family : Verdana;
	font-size:60%;
}

BODY {
	
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	
}

