a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(153,204,204); 
} 
a:active 
{
	color: rgb(102,255,0);
}
body
{
	font-family: Comic Sans MS;
	background-color: #000066;
	color: #FFFF99;font-size:10pt
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #FFFF00;font-family:Brush Script MT; font-size:24pt; font-style:italic; font-weight:bold
}
h2
{
	color: #FFFFFF;font-family:Comic Sans MS; font-size:16pt; font-weight:bold 
}
h3
{
	color: #FFFFFF;font-family:Arial; font-size:12pt 
}
h4
{
	color: #FFFFFF;font-family:Arial; font-size:10pt
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}