a:link
{
	color: #808080;
	font-weight: 900; 
	text-decoration: none;
        text-shadow: #ff0000;
        font-family: verdana;
        font-stretch: expanded;
}

a:visited
{
	color: #808080; 
	font-weight: 900;
	text-decoration: none;
        text-shadow: #ff0000;
        font-family: verdana;
        font-stretch: expanded;
}
 
a:active 
{
	color: #2222AA;
	font-weight: 900;
	text-decoration: none;
        text-shadow: #ff0000;
        font-family: verdana;
        font-stretch: expanded;
}

a:hover
{
	color: #494949;
	font-weight: 900;
	text-decoration: none;
        text-shadow: #ff0000;
        font-family: verdana;
        font-stretch: expanded;
}

body
{
	background-color: #000000;
}


table
{
	width: 100%;
}

