a:link{color: rgb(204,255,0);}
a:visited{color: rgb(102,204,0);} 
a:active{color: rgb(255,255,0);}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(102,255,51);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(204,255,0);
	text-align: center;	
}
h2
{
	color: rgb(153,504,255); 
	text-align: center;	
}
h3
{
	color: rgb(255,51,153); 
}
h4
{
	color: rgb(255,51,153);
}
h5
{
	color: rgb(153,504,255);
}
h6
{
	color: rgb(204,255,0);
}

p{
font-size: 8pt;
}