a:link {
	color: #33354B;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #33354B;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #003333;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #003333;
	font-weight: bold;
}
