body {
  font-family: Georgia, "Times New Roman", Times, serif;
  background-image: url('background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu ul {
	list-style-position: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	padding: 0px;
	border: 0 none;
	text-align: left;
	list-style-type: none;
	margin: 5px 0px 0px -35px;
	display: block;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
.menu a {color: #056435; display: compact; margin:0; padding:0;}
.menu a:hover {background: #EFEFEF; text-decoration: none;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #960302;
}