.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	background-image: url(images/Swirls7.jpg);
}
.bluebackground {
	background-image: url(images/light_pink_bkgrd.jpg);
}
h1 {
	color: #013664;
	font-family: "Book Antiqua", Georgia;
	font-style: italic;
}
h2 {
	font-family: "Book Antiqua", Georgia;
	color: #013664;
	font-style: italic;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #013664;
}
a.small:link {
	text-decoration: underline;
	color: #013664;
}
a.small:visited {
	color: #013664;
	text-decoration: underline;
}
a.small:hover {
	color: #013664;
	text-decoration: none;
}
a.small:active {
	color: #013664;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013664;
}
a.footer:link {
	text-decoration: none;
	color: #013664;
}
a.footer:visited {
	color: #013664;
	text-decoration: none;
}
a.footer:hover {
	color: #013664;
	text-decoration: underline;
}
a.footer:active {
	color: #013664;
	text-decoration: none;
}
.blue {
	color: #013664;
}
.field {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.red {
	color: #FF0000;
}
