body {
	margin: 0 auto;
	font-family: arial, sans-serif;
}

h1 {
	font-size: 20px;
	color: #555555;
	font-weight: normal;
	margin: 25px 0;
	padding: 0;
	font-family: georgia, serif;
}

h2 {
	font-size: 18px;
	color: #555555;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	font-family: arial, sans-serif;
}
h3 {
	font-size: 16px;
	color: #b6b6b8;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
}
h4 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
}

td {
	font-size: 14px;
	color: #6e6e6e;
	font-family: arial, sans-serif;
}

p {
	font-size: 14px;
	color: #6e6e6e;
	font-family: arial, sans-serif;
}

a, a.link, a:active, a:visited {
	text-decoration: underline;
        color: #89a99a;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
        color: #89a99a;
	font-weight: bold;
}

a img {
	border: 0 !important;
}

