body {
	background-color: #FFFFCC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
}
a:link {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
hr {
	color: #FFCC66;
}
.frame {
	border: 4px solid #FFCC66;
}
.smalltext {  font-family: arial, Helvetica, sans-serif; font-size: 80%; color: #330000}
