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