
BODY {
	color : black;
	font-family : Verdana, Helvetica, Arial;
	text-decoration : none;
}

.leftNav {
	color : green;
	font-weight : bold;
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	text-decoration : none;
}

A.leftNav:hover {	
	color : white;
	font-weight : bold;
	font-family : Verdana, Helvetica, Arial;
	font-size : 11px;
	text-decoration : underline;
}

A {
	color : green;
	font-weight : bold;
	text-decoration : none;
}

A:hover {
	color : darkblue;
	font-weight : bold;
	text-decoration : underline;
}

A.footer {
	color : green;
	font-size : 11px;
	text-decoration : none;
}

A.footer:hover {
	color : darkgreen;
	font-size : 11px;
	text-decoration : underline;
}





