/* CSS Document */

body {
	background-color: #f9f0c3;
}
th {
	text-align:left;
}
body,td,th {
	font-size: small;
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: large;
	color: #800000;
}
h2 {
	font-size: medium;
	color: #800000;
}
h3 {
	font-size: small;
	color: #800000;
}
a:link {
	color: #00573C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00573C;
}
a:hover {
	text-decoration: underline;
	color: #00573C;
}
a:active {
	text-decoration: none;
	color: #00573C;
	border-top-style: outset;
}
.style5 {font-size: medium}
.style6 {font-size: xx-small}

