a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(255,255,153); 
} 
a:active 
{
	color: rgb(255,51,0);
}


body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: #000000;
	color: rgb(255,255,255);	

}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0);
	position: absolute; top: 100px; left:0px; width:1000px; height:750px;
	background: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	
}

td
{	width: 500px;
	height: 375px;
	align: "center";
	valign: "middle";
	

	
}

p
{	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
}

