a:link
{
	color: rgb(255,255,0);
	text-decoration: none 
	text-decoration: bold
}
a:visited
{
	color: rgb(255,255,0);
	text-decoration: none 
	text-decoration: bold
} 
a:active 
{
	color: rgb(255,255,0);
	text-decoration: none 
	text-decoration: bold
}
body
{
	font-family: arial,helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,0);
	size: 12pt;
}
table
{
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: arial,helvetica;
	color: rgb(255,255,255);
}