a:link {
	font-weight: bold;
	color: #00A4A4;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #00A4A4;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #BBDD99;
	text-decoration: underline;
}