BODY {
	color : maroon;
	background-color : white;
  background-image : url(/graphics/gradbackfull.jpg);
	}
table, tr, td {
	font-family : Georgia, Times, Serif;
	font-size : 12px;
}
A {
	color : Maroon;
}

A:HOVER {
	color : Gray;
}

a.menu-link {
	color: Maroon;
	text-decoration : none;
	font-family : Georgia, Times, Serif;
	font-size : 10px;
}
a.menu-link:hover {
	color: gray;
	text-decoration : underline;
	font-family : Georgia, Times, Serif;
	font-size : 10px;
	}


