body {
	background: #fefef7;
	FONT-FAMILY: sans-serif; 
}

a:link {
	color:						#000088;
	text-decoration: none;
	FONT-FAMILY: sans-serif; 
}
a:visited {
	color:						#000088;
	text-decoration: none;
        FONT-FAMILY: sans-serif;
}

a:active {
	color:						#000088;
	text-decoration: none;
        FONT-FAMILY: sans-serif;
}

a:hover {
	color:						#0000ff;
	background:					#ffffff;
	text-decoration:			underline overline;
        FONT-FAMILY: sans-serif;
}

