BODY    {
        margin-left     :       0%; 
	color           :       black;
	background-color:       #a9a9a9;
        font-family     :       Arial, Helvetica, sans-serif;
        font-size       :       12pt;
        }
A:link 
	{
	color		:	White;
	background	:	transparent;
	}
A:active
	{
	text-decoration	:	none;
	color		:	black;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		:	#ffe4b5; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	RED;
//	background	:	#transparent;
        text-decoration :       underline;
	}