h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #414421;
}
hr {
	border: 1px dashed #78794D;
}

h2 {
	font-size: 16px;
	color: #414421;
}
p, ul, li {
	font-size: 12px;
	color: #414421;
}
h3 {
	font-size: 18px;
	color: #F9F9D3;
}
h4 {
	font-size: 12px;
	color: #F9F9D3;
}
h1, h4 {
	margin-top: 6px;
	margin-right: 13px;
	margin-bottom: 6px;
	margin-left: 13px;
}

body {
	background-color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;

}
a:link {
	color: #5B5E37;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #5B5E37;
	text-decoration: none;
}
p, h1, h2, ul, li {
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 5px;
	margin-left: 13px;
}

.centerpage {

width: 760px;

background-color: #CCCC99;
backgound-attachment: fixed;

font: 12px verdana bold;
font-family: verdana, Tahoma, sans-serif; 
text-align: center;
color: #000000;

border-left: 0px groove #F9F9D3;
border-right: 0px groove #F9F9D3;
border-top: 0px solid black;
border-bottom: 0px solid black;

padding-left: 5px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

margin-left: auto; 
margin-right: auto;
margin-top: 0px; 
margin-bottom: 0px;


}

