/* CSS Document */

<style type="text/css">
<---
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FFFF66;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
.style16 {
	font-size: large;
	color: #FFFFCC;
}
.style21 {font-size: 24px;
color: #FFFFCC;}
.style22 {color: #660000}
body {
	background-color: #FFFFCC;
}
body,td,th {
	color: #660000;
}
.style23 {font-size: 24px; color: #FFFFCC; }
<---
</style>


