@charset "utf-8";
/* CSS Document */

body {
    background-color: #c9dab6;
	
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #121b05;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	p { line-height: 180%; }
}

a {
	color: #173f27;
	font-weight:bold;
}

h1 {
	font-size:20px;
	color: #95774c;
}

h2 {
	font-size:14px;
	color: #95774c;
}

h3 {
	font-size:16px;
	color: #6c6549;
}

#innercontent {
	margin-top:8px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}