a:link {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #009900;
	text-decoration: overline;
	font-weight: bolder;
}
a:visited {
	font-weight: bold;
	color: #0086DF;
}
.underline {
	text-decoration: underline;
}
