body a:link  { background-attachment: scroll; background-repeat: repeat; text-decoration: 
               none; color: #800000; background-position: none 0% }
a:active     { background-attachment: scroll; background-repeat: repeat; color: #800080; 
               text-decoration: none; background-position: none 0% }
A:visited
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #800000;
    TEXT-DECORATION: none
}
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#800000;
	background	:	#FFFFE6;
	}
a.brown:hover { text-decoration: none; color: #008000; background-color: #000000; 
               background-repeat: repeat; background-attachment: scroll; 
               background-position: 0% }
A:visited.brown, A:link.brown
	{
	text-decoration	:	none;
	color		:	#FF0000;
	}

