BODY {
	color: Black;
	background-color: White;
	font-family: "Trebuchet MS", Arial;
	font-size: 12;
}

A {
	color: Blue;
	text-decoration: none;
}

A:HOVER {
	color: #4682B4;
	text-decoration: none;
}

