a:link
{
	color: rgb(255,255,255); 
}
a:visited
{
	color: rgb(255,20,147); 
} 
a:active 
{
	color: rgb(255,255,255);
}
a:hover 
{
	color: rgb(255,20,147);
	font-weight: bold
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	scrollbar-face-color: rgb(0,0,0);
	scrollbar-arrow-color: rgb(255,20,147);
	scrollbar-track-color: rgb(0,0,0);
	scrollbar-shadow-color: rgb(255,20,147);
	scrollbar-highlight-color: rgb(255,20,147);
	scrollbar-3dlight-color: rgb(255,20,147);
	scrollbar-darkshadow-Color:''
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}
