BODY
{
    font-family : tahoma;
    font-size:10pt;
    background-color:black;
    /*background-image: url(/images/bg.gif);*/
    margin: 0 0 0;
}

A:link	{	
	text-decoration:	none;
	color:#dc143c;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:#dc143c;
	}	
		
A:active	{	
	text-decoration:	none;
	color:blue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:orange;
	}

A.xxx:link     { color: #000000; text-decoration: none; }
A.xxx:visited  { color: #000000; text-decoration: none; }
A.xxx:hover    { color: #000000; text-decoration: none; }

