* { 
	margin:0;
	padding:0;
	list-style-type: none;
	
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
}

h1 { display: none; }
h2 { font-size:1.6em; font-weight:normal; border-bottom:1px solid #5A6544; margin:10px 0 5px 0; padding-left:5px; color:#FFF; background-color:#ACA85E}
h3 { font-size:1.3em; border-bottom:2px solid #060; }
h4 { font-size:1.2em; border-bottom:1px solid #060; }
h5 { font-size:1.1em; margin-top:2em;border-bottom:1px dashed #000; }


a {
	color:#5A6544;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

#container {
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	text-align:left;
}

ul, p {
	font-size:1.2em;
	text-align:left;
	margin-left:10px;
}