body {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 90%;
	color: #333333;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	color: #274F76;
	font-size: 100%;
	font-weight: bold;
}
.copy {
	font-size: 85%;
}
ul {
	line-height: 20px;
}
.footer {
	font-size: 75%;
}
a:link {
	color: #274F76;
	text-decoration: underline;
}
a:visited {
	color: #274F76;
	text-decoration: underline;
}
a:hover {
	color: #898945;
	text-decoration: underline;
}
a:active {
	color: #996600;
	text-decoration: underline;
}
.border {
	border: thin solid #996600;
}
