a:link {
	color:"#000099";
	text-decoration:none;
	font-size: 14px;
	font-weight: normal;
}

a:active {
	color:#000099; 
	text-decoration:none; 
	font-size: 14px
}


a:visited {
	color:#990099; 
	text-decoration:none;
	font-size: 14px
}


a:hover { 
	color:"#000099";
	text-decoration:underline;
	font-size: 14px;
	font-weight: bold
}

