body{
	background-color: #F7E1BB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin:0px;
}

div{
	-moz-box-sizing:border-box;box-sizing:border-box;
}


img{
	border: 0px;
}

a{
	color: #00539D;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	font-weight:normal;
	color: #ba8157;
}

a:hover{
	text-decoration: underline;
	
}

div.clear{
	clear:both;
}
