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

A {
	color: Blue;
}

A:HOVER {
	color: Red;
}