h1 {
	font: large Georgia, "Times New Roman", Times, serif;
	color: #003366;
	text-align: center;
	font-weight:bold
}
.blurb {
	font: medium Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #003366;
}
.smallprint {
	font: small Georgia, "Times New Roman", Times, serif;
	color: #003366;
	text-align: center;
}
h2 {
	font: medium Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-weight:bold
}
a:link {
	color: #122E64;
	text-decoration: none;
}
a:visited {
	color: #15336A;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active {
	color: #15336A;
	text-decoration: none;
}
