BODY, TD, A, INPUT {
	font-family : Verdana, Arial, sans-serif;
	font-size : x-small;
}
A {
	font-size : xx-small;
	text-decoration : none;
}

A.blue {
	color : Navy;
	font-size : xx-small;
}

A.blue:HOVER {
	color : Blue;
	font-size : xx-small;
; font-weight: bold
}


A:HOVER {
	text-decoration : none;
}

A.white:HOVER {
	color : Yellow;
	font-size : xx-small;
}

A.white {
	color : White;
	font-size : xx-small;
}

