BODY {
	color: #75828C;
	background-color: #C4C1C1;
	font-family: Times New Roman;
	font-size: small;
}

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

A:VISITED {
	color: White;
	text-decoration: none;
}

A:HOVER {
	color: yellow;
	text-decoration: none;
}