a:link {
	color: #0033cc;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #0033cc;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
}

.font12 {
	font-size: 12px;
	font-style: normal;
}
.font14 {
	font-size: 14px;
	line-height: 18px;
}
.font10 {
	font-size: 10px;
	line-height: 14px;
}
