BODY {
	color: Navy;
	font-size: medium;
}

A {
	color: Red;
}

A:HOVER {
	color: #8A2BE2;
	text-decoration: none;
}
