body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #314218;
	background-color:#003300;
	list-style-type: disc;
}

a:link {
    color: #CC9933;
	font-weight:bold;
}

a:visited {
	color:#CC9933; 
}

a:hover {
	color:#993300
	font-weight:bold;
 }
h1 {
	font-size: 22px;
	font-weight:lighter;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}



h3 {
	font-size: 18px;
	font-weight:lighter;
}


h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}
