html
{
	overflow-x: auto;
	padding: 0px;
        margin: 0px;
        background: #f2f3e6;
        height: 100%;
        width: 100%;
}

body
{
        height: 100%;
        width: 100%;
        font: normal 11px Verdana;
        color: #4f4938;
        line-height: 135%;
        margin: 0px;
        padding: 0px;

}

div#content {
		background-color:#ECEADB;
		border:1px solid #8E494C;
		text-align:center;
		width:700px;
		height:290px;
		position:absolute;
        top:50%;
        left:50%;
        margin:-200px 0 0 -300px;
}

a:link,
a:visited,
a:active
{
	background: transparent;
	color: #4f4938;
	text-decoration: underline;
}

a:hover
{
	background: transparent;
	text-decoration: none;
}

h2,
h3,
h4,
p
{
	color: #036;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 8px;
}

h1
{
	color: #036;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding-top: 18px;
	padding-bottom: 8px;
}
h5
{
display:none;
}

