#content a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
#content a:link {
	color: #6B9661;
	}
#content a:visited {
	color: #515A4B;
	}
#content a:active {
	color: #33CC00;
	}
#content a:hover {
	text-decoration: underline;
	color: #33CC00;
	}
#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #515A4B;
	}
#content h2 {
	font-size: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #788770;
	}
#content h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
#content h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
#content h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
#content h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
#content img {
	border: 0;
	margin: 10px;
	}
#content ol, #content ul, #content li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
#content p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
#content strong, #content b {
	font-weight: bold;
	}
