BODY {
	color: Black;
	font-family: Arial;
}

A {
	color: Black;
	text-decoration: none;
}

A:HOVER {
	color: Red;
}
