body {
	background-color: #FFF7D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
a {
	color: Maroon;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: black;
	text-decoration: none;
}

