 a:link  {
 	text-decoration : none;
	color : #000000;
 }
 
 a:visited  {
 	text-decoration : none;
	color : #b07e3d;
 } 
 
 a:hover  {
 	text-decoration : none;
	color : #a63a1d;
}

a.home, a.home:visited  {
	text-decoration : none;
	color : #a63a1d;}
	
 a.home:hover  {
 	text-decoration : underline;
	color : #a63a1d;
}

.text  {
 	font-size : 11px;
	font-family : Verdana,Arial,sans-serif;
	color : #000000;
	line-height:15px;
}

