A
{
	color: white;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

A:HOVER
{
	color: white;
	background-color: maroon;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

BODY
{
	margin: 1px;
	background-color: #696969;
	font-family: Palatino Linotype, Times New Roman;
	color: #FFFFFF;
}

