BODY {
	background-color : FFFFE0;
}
A:LINK {
	color : Maroon;
	font : normal;
	text-decoration : none;
	font-weight : bolder;
}
A:VISITED {
	color : Maroon;
	font : normal;
	text-decoration : none;
	font-weight : bolder;
}
A:HOVER {
	color : Blue;
	font : normal;
	text-decoration : none;
	font-weight : bolder;
}
