h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D5EDB3;
	text-align: center;
	background-color:#993400;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #993300;
	text-align: center;
	color: #FFFF00;
}

tr {
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-style: groove;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	border-right-color: #FFFF00;
	border-top-color: #FFFF00;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #D5EDB3;
	padding: 20;
}

.menu, .menu a:link, .menu a:visited, .menu a:active {
	font-family:Arial, Helvetica, sans-serif;
	background: #5C743D;
	color: #FFFFCC;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
}
