
a {
        font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: #7777FF; 
}

a:hover {
font-family: Arial;
font-size: 12px;
	text-decoration: underline;	
	color: #7777FF;
}

a:visited {
	color: #7777FF; 
}

