@charset "utf-8";

body {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	background-color: #f9e199;
	font-size: 14px;
}

td {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 14px;
}

th {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 14px;
}

H1 {
	font-family: "Goudy Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}

a {
	color: #800000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #800000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


