@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, a, ul, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-size: 1em;
	text-align: left;
	color: #eeedda;
	}
	
h2, h3, h4 {
	padding-top: 0em;
	}
	
ul {
	padding-top: 1.8em;
	}
	
ul, li {
	line-height: 1.5em;
	margin-left: 1em;
	text-indent: 0.2em;
	}
	
h1 {
	font-size: 2.5em;
	font-style: normal;
	font-weight: bold;
	line-height: 2em;
	}
	
h2 {
	font-size: 1.7em;
	font-style: normal;
	font-weight: normal;
	line-height: 2em;
	color: #99CC33;
	}
	
h3 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	line-height: 2em;
	}
	
h4 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: lighter;
	line-height: 1.4em;
	}
	
h5 {
	font-size: 1em;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	}
	
h6 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	}
	
p {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.7em;
	}
	
 a {
	color: #99CC33;
	text-decoration: none;
	}
	
 a:hover {
	color: #99CC33;
	text-decoration: underline;
	}