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