BODY {
	color : Black;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : x-small;
	text-align : left;
}

A {
	color : Blue;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}