a:link
{
	color: rgb(204,255,0); 
}
a:visited
{
	color: rgb(102,204,0); 
} 
a:active 
{
	color: rgb(255,255,0);
}
a:hover
{
	font-style: italic; font-weight: bold
}
body
{
	margin:0; font-family: Verdana;
	background-color: rgb(0,0,0);
	color: #66FF33; text-align:left; text-indent:0; word-spacing:0; line-height:100%
}
p
{
	margin:6 0; text-indent:0; word-spacing:0; line-height:100%
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
	font-family: Courier New;
	color: #FFFF00; list-style-type:circle; font-size:12pt

}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(204,255,0);
}
h2
{
	color: rgb(153,504,255); 
}
h3
{
	color: rgb(255,51,153); 
}
h4
{
	color: rgb(255,51,153);
}
h5
{
	color: rgb(153,504,255);
}
h6
{
	color: rgb(204,255,0);
}
li
{
	font-family: Courier;
	color: rgb(70,70,70); list-style-type:circle
}