BODY {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: left;
}

A {
	color: Red;
}

a:visited {
	color: #8B0000;
}


A:HOVER {
	color: Yellow;
}