h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
	top: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 8px;
	text-align: center;
}
h2 {
	font-size: 250%;
}
h3 {
	font-size:200%;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 125%;
}
h6 {
	font-size: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #08204F;
}

a table{
	color: #6B7995;
	padding: 10px;
	margin: -10px;
	width: 820px;
}

a:hover table{
	background-color: #f2f1f4;
}

indent {
	text-indent: 20px;
}