@import url("styles.css");
a:active {
	text-decoration: none;
	color: #9DB6FF;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #3366CC;

}
a:link {
	text-decoration: none;
	color: #2F5CBB;
}
a:hover {
	text-decoration: none;
	color: #3366CC;
}
a:visited {
	text-decoration: none;
	color: #021C82;
}
