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