body {
	font-family: Muli, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	background: #826E4B;
}

a {
	color: #9CB291;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#centerpage {
	background: #fff;
	padding: 10px;
	border: 5px solid #A17F5E;
}

h1 {
	color: #C38B74;
}

input {
	border: 1px solid #aaa;
}

table{
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
}

table td, table th {
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
table th {
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-weight: normal;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}
table td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
}