.font1 {
	font-size: 10px;
	font-family: Verdana;
}
.font2 {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}

a:link {
	color: #0A669F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0A669F;
}
a:hover {
	text-decoration: underline;
	color: #3CA1DC;
}
a:active {
	text-decoration: none;
	color: #0A669F;
}
