table {
	border: 0px black solid;
	padding: 0;
	vertical-align: top;
}

body {
	margin: 5px;
}

img {
	border: 0px black solid;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	text-decoration: none;
	font-size: 26px;
	margin-top: 30px;
}

h2 {
	font-size: 22px;
	margin-left: 10px;
}

h3 {
	font-size: 18px;
	margin-left: 20px;
}

.text {
        margin-left: 25px;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.olitemheading {
        font-weight: bold;
}
