a	{
	color: black; 
	text-decoration: none;	
}
a:visited {
	color: black; 
	text-decoration: none;
}
a:hover	{
	color: blue; 
	text-decoration: underline;
}


