BODY {
	color : White;
	background-color : Black;
	font-family : Arial, "Times New Roman", sans-serif;
}

A {
	color : #F5F5F5;
}

A:HOVER {
	color : Yellow;
	text-decoration : none;
}