a:link
{
	color: #808080;
	font-weight: 700; 
	text-decoration: none;
        font-family: Arial;
}

a:visited
{
	color: #808080; 
	font-weight: 700;
	text-decoration: none;
        font-family: Arial;
}
 
a:active 
{
	color: #2222AA;
	font-weight: 700;
	text-decoration: none;
        font-family: Arial;
}

a:hover
{
	color: #494949;
	font-weight: 700;
	text-decoration: none;
        font-family: Arial;
}

body
{
	background-color: #000000;
}


table
{
	width: 100%;
}

