a:link {
	color: #303030;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #303030;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000066;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #303030;
	font-weight: bold;
}
