BODY {
	background-color: white;
	color: black;
	background-image : url("");
	background-position : left;
	background-repeat : repeat;
	font-family : Tahoma;
	font-size : small;
	background-attachment : fixed;
}
p    {font-size : 13px}
td   {font-size : 13px}

A {	text-decoration: none;	color: rgb(0, 0, 255);}
A:hover {
	text-decoration: none;
	color : #A3A5C3; 
}

@media screen {  /* hide from IE3 */A:hover {
	background : ;
} }