A:link {
	text-decoration: none;
	font-weight: bold;
	color:"#003399";
}

A:visited {
	text-decoration: none;
	font-weight: bold;
	color:"#003399";
}

A:active {
	text-decoration: underline;
	font-weight: bold;
	color:"#003399";
}

A:hover {
	text-decoration: underline;
	font-weight: bold;
	color:"#003399";
}