a{font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;
}

a:active {
		color: #FF0000;
	
	
}
a:hover {
	color: #3333FF;
	text-decoration: underline;
	
}
a:link {
	color: #660066;
	
	
}
a:visited {
	color: #006600;
	
}