body {
	background-color: #FFFFF0;
	color: White;
	font-size: medium;
}
a:link {
	color: #ffffff;
	text-decoration: underline;

}
a:visited {
	color: #ffffff;
	text-decoration: underline;

}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1{
	font-size: xx-large;
}
h2{
	font-size: x-large;
	font-variant: small-caps;
}
h3{
	font-size: large;
	font-style: italic;
	color: #06529D;
	text-align: center;
}
h5{
	font-size: medium;
	font-weight: bold;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
.footcopy {
	font-size: 10px;
	color: #ffffff;
}
.footlink {
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
}
