a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 0em;
	}
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;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 1em 0em 0em 0em;
	text-align: justify;
	}
strong, b {
	font-weight: bold;
	}
table img {
border: none;
margin: 0 5px 0 0;
}