body{
	margin:10px;
	width:100%;
	background-color:#a1a754;
	padding:20px 20px;
	color:#230f01;
	font-family:Arial;
	font-size:16px;
}

  a{
	color:#282f00;
	text-decoration:none;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	
}

  a:hover{
	color:#e5e297;
	text-decoration:underline;
	
}

  
#container{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	border:2px solid #282f00;
	background-color:#c4c96c;
}

#mainbody a{
	color:#282f00;
	text-decoration:none;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	
}

#mainbody a:hover{
	color:#9da81e;
	text-decoration:underline;
	
}

#footer a{
	color:#282f00;
	text-decoration:none;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	
}

#footer a:hover{
	color:#9da81e;
	text-decoration:underline;
	
}

h1{
	color:#9da81e;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

#hside{
	color:#9da81e;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
    align:center;
}

  