.regular {
	font-family: Verdana;
	font-size: 12px;
}
.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;

}
.fancybig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
a:link {
	color: #003366;
}
a:visited {
	color: #000033;
}
a:active {
	color: #003366;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
