body {
	background-color: #E5DDAC;
	font-family: Arial;
	font-size:12pt;
	color: #0F8705;
} 

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

h1 {
	font-size:120%;
	text-align:center;
	border-bottom:3px solid #0F8705;
	padding:4px;
}

h2 {
	font-size:110%;
	text-align:center;
}

a, a:visited {
	color: #0F8705;
}

a:hover {
	color: #000;
}

h1 a {
	text-decoration:none;
}

.error {
	color:red;
	font-weight:bold;
	text-align:center;
}