.header {
	font-size: medium;
	font-weight: bold;
	color: #9b3377;
	text-decoration: none;

}
.subheader {
	font-size: small;
	font-weight: bold;
	color: #BA984E;
	text-decoration: none;
}
a:link {
	color: #9b3377;
	text-decoration: none;
}
a:visited {
	color: #A0874B;
	text-decoration: none;
}
a:hover {
	color: #722557;
	text-decoration: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	text-decoration: none;
}
th {
	text-align: left;
}
