a:link {
	color: #1F3961;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #447CD4;
	font-weight: bold;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	font-size: 12px;
}
