BODY {
	background-color : #FFCC33;
	color : #FFFF00;
	font-family : "Times New Roman";
}

A {
	color : #FFFF00;
	text-decoration : none;
}

A:ACTIVE {
	color : #33FF00;
	text-decoration : none;
}

A:HOVER {
	color : Lime;
	text-decoration : underline;
}
A:LINK {
	color : #FFFF00;
	text-decoration : none;
}




