a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
        color: #eee;
	}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 20px;
	background: #000;
	color: #a38e6f;
	padding: 3px 5px;
	width: auto;
	}
h2 {
	font-size: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	/*border: 4px solid #aaa;
	margin: 10px;*/
	border: none;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 0.9em;
	margin: 0.75em 0em 0.75em 0em;
	text-align: justify;
	}
strong, b {
	font-weight: bold;
	}
