@charset "ISO-8859-1";
a:link {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #996666;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
body {
	background-color: #CCCC99;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #702225;
	font-size: 14px;
}
a:active {
	text-decoration: none;
}
.smalltext {font-size: 11px}
