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