a:link
{
	color: #CDB37A; text-decoration:underline; 
}
a:visited
{
	color: #E3D5B7; text-decoration:underline 
} 
a:active 
{
	color: #FF0000; text-decoration:underline
}
a:hover
{
	color: #FFFF00; text-decoration: underline
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #006400;
	color: #CDB37A;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica
}
h1
{
	color: #800000; font-size:16pt; text-align:center
}
h2
{
	color: #800000; font-size:14pt; text-align:center
}
h3
{
	color: #800000; font-size:12pt; text-align:center
}
h4
{
	color: #800000; font-size:10pt; text-align:center
}
h5
{
	color: #800000;
}
h6
{
	color: #800000;
}
.drk {
	color: #006400; background-color:#CDB37A 
}
a:link.drk{ color: #006400; text-decoration:underline }
a:visited.drk{color: #800080; text-decoration: underline}
a:hover.drk {color: #008000}
a:active.drk {color: #800000; text-decoration: underline}
.small{font-size: 10pt}