
/* Links*/
A  {
	
	font-family : Arial
}

A:link  {
	color : blue;
	text-decoration : underline;
	
       
}

A:visited  {
	color : blue;
	text-decoration : underline;
	
}

A:active  {
	color : red;
	text-decoration : none;
	
}

A:hover  {
	color : red;
	text-decoration : bold;
	background-color : white;
}


