body {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #6f6f6f;
}

h1 {
	color: #006d91;
	font-size: 1.5em;
	font-weight: normal;

}
h2 {
	color: #006d91;
	font-size: 1.2em;
	font-weight: bold;

}
h3 {
	color: #006d91;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1.8em;
}
a {
	color: #00b7dc;
}
p {
	margin-bottom: 1.8em;
}
ul {
	padding-left: 3em;
	margin-bottom: 1.8em;
	list-style-type: disc;
}
ol {
	padding-left: 3em;
	margin-bottom: 1.8em;
}