/* visited  with nav arrow border blanking*/


a 	
	{color	: navy;
	}
	

a:link	
	{color	: blue;
	}

a:link.navigate img, 
a:visited.navigate img	
	{border	: none ;
	}

a:visited 	
	{color	: purple ;
	}

a:active 	
	{color	: red;
	}

a:hover	
 {text-decoration : none;
	    color : blue;
background-color  : yellow;
 }	
