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