html>body {
	/* overflow: hidden; hack content that runs outside container divs */ 
	overflow:auto;
	/* part 1 of 2 centering hack */
	text-align:center;
}
body {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #eaeaea;
	background-color: #4c5b6e;
	text-align: center;
/* part 1 of 2 centering hack */
}
a {
	text-decoration: underline;
	font-weight: bold;
	color:  #202020;
	outline: none;
}
a:visited {
	color:  #202020;
}
a:active {
	color:  #202020;
}
a:hover {
	color: #202020;
	text-decoration: none;
}
strong, b {
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0;
}
.tiny {
	font-size: 10px;
	color:#ff000;
}

