a:link
{
	color: rgb(128,255,128);  
}
a:visited
{
	color: rgb(128,255,128); 
} 
a:active 
{
	color: rgb(255,0,5);
}
body
{
	font-family: Times New Roman, Arial, Helvetica;
	font-size: 12pt;
	background-color: rgb(0,0,0);
	color: rgb(150,150,255);
}
table
{
	background-color: rgb(20,20,100);
	table-border-color-light: rgb(255,50,0);
	table-border-color-dark: rgb(251,51,255); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Copperplate Gothic Bold;
}
h1
{
	color: rgb(128,255,128);
}
h2
{
	color: rgb(128,255,128); 
}
h3
{
	color: rgb(128,255,128); 
}
h4
{
	color: rgb(128,255,128);
}
h5
{
	color: rgb(128,255,128);
}
h6
{
	color: rgb(128,255,128);
}
