BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
	color : Black;
}
A:ACTIVE {
	color : #FF1493;
	text-decoration : none;
}
A:HOVER {
	color : #DC143C;
	text-decoration : underline;
}
A:LINK {
	color : Green;
	text-decoration : none;
}
A:VISITED {
	color : Maroon;
	text-decoration : none;
}
