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