a:link {
	color: #33686C;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FF99FF;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;

}
