a:link
{
	color: #FFFFFF;text-decoration:none 
}
a:visited    { color: #FFFFFF; text-decoration: none }
a:hover      { color: #FFFF66; text-decoration: underline }
a:active 
{
	color: #FF3300;text-decoration:underline
}
body
{
	font-family: Verdana;
	background-color: #003300;
	color: #000000; text-align:center; margin-top:0; margin-bottom:0; background-image:url('images/bg.gif')
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); color:#000000; text-align:center; background-color:#FFFFFF; margin-top:0; margin-bottom:0 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #000000;
}
h2
{
	color: #000000; font-size:12pt 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}

