body,td,th {
	font-family: Arial, Arial Narrow, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
	font-weight: bold;
}
body {
	background-color: #FFFFCC;
	margin-left: 150px;
	margin-top: 25px;
}
a:link {
	color: #996633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #ffcc66;
}
a:active {
	text-decoration: none;
}

