
html,body{
	text-align:center;
	margin:0px;
	background-color:#EEEEEE;
}
H2{
	text-align:center;
	font-size:1.5em;
}

H4 {
	border-bottom: solid 1px #c8B890;
	margin-top:30px;
	padding-bottom:3px;
	font-size:18px;
}
p{

}

.important{
	text-decoration:underline;
}
#main{
	width:1000px;
	min-height:100%;
	padding:5px;
	text-align:left;
	display:inline-block;
	background-color:white;
}