/* CSS Document */
hr {
	color:#669933;
	height:1px;
	}  

body, h1,h2,h3h4,h5,h6,a,ul,li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-size:70%;
	color: #999999;
	
}
p {
	color: #006633;
	font-size:1.2em;
}
ul,li {
	color:#006633;
	margin-left: 10px;
	}
.textlist {
	font-size: 1.4em;
	list-style-type: square;
	text-indent: 20px;
	}

a:link {
	font-size: 1em ;
	font-style: normal;
	color: #33CC00;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}
a:hover {
	color: #66FF33;
}
a:active {
	color: #0066FF;
}

h1 {
	color: #669900;
	font-size: 1.6em;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 10px;
}
h2 {
	color: #33CC00;
	font-size: 1.4em;
	font-weight:bold;
}
h3	{
	color: #639A00;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0;
	}
h6 {
	font-size:2.2em;
	color:#006633;
	text-decoration:none;
	}
