body 
{	
  	background-color: black;
	color: white;
	/*background-image: url('images\under_construction.jpg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 14px;
	/*font-family: courier new;*/
}

a:visited  
{
	color:black
}
a:active   
{
	color:silver
}
a:hover    
{
	color:gold
}

table.center {margin-left:auto; margin-right:auto;}

