BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

A {
	color: Red;
}

A:HOVER {
	color: Yellow;
}