/* CSS Document */

body { margin: 20; background-color: #ffffff; padding: 0; }
   
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
.maincontent p, .copyright {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.maincontent {
	border-bottom:#000000; border-bottom-style:solid; border-bottom-width:thin; 
	margin-bottom: 1em;
}
.copyright {
	text-align:center;
	line-height: 1.25em;
}