table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #470159;
}

A  	   {color : #470159;
		text-decoration : none;
		font-family : Arial,Helvetica,sans-serif;
		
	}
	
A:Visited  {color : #470159;
		text-decoration : none;
		font-family : Arial,Helvetica,sans-serif;
		
	   }
	   
A:Active  {color : #470159;	
		text-decoration : none;
		font-family : Arial,Helvetica,sans-serif;
		
	}
	
A:Hover {	background-color : #FFFFCC;
	   color : #470159;
		text-decoration : none;
		font-family : Arial,Helvetica,sans-serif;
	}