A.navy:LINK, A.navy:VISITED {
	color : Navy;
	font-family : "Courier New";
	font-size : small;
	text-decoration : none;
}
A.navy:HOVER {
	color : white;
	font-family : "Courier New";
	font-size : small;
}
A.white:LINK, A.white:VISITED {
	color :White;
	font-size:small;
	text-decoration : none;
}
A.white:HOVER {
	color : yellow;
	font-size : small;
}
