BODY {
	background-color: white;
	color: black;
	margin: 1em 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
}

#hnhn {
	position: absolute;
	/* border: 1px black solid; /**/
	top: 7em;
	width: 100%;
}
#bg {
	position: absolute;
	/* border: black 1px solid; /**/
	width: 100%;
	top: 5em;
	text-align: center;
}
#main {
	position: absolute;
	text-align: left;	
	top: 0px;
	width: 100%;
	margin-top: 10px;
}
.main h1 {
        text-align: center;
}
.main p {
    margin-top: 1em;
    margin-bottom: 1em;
}

P  {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
	color: black;
	margin-bottom: 3pt;
	margin-top: 0pt;
}
A {
	color: blue;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
.title {
	color: black;
	font-size: 13px;
}
.main {
	/*color: #777777;*/
	color: black;
	font-size: 12px;
}
.credit {
	color: gray;
	font-size: 11px;
}

