body {
	background-color: #ffe28c;
	padding: 10px;
	margin: 0 auto;
	line-height: 16px;
}

p {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

form {
	display: block;
}

a {
	color: #AC2700;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mr20 {
	margin-right: 20px;
}

.ml20 {
	margin-left: 20px;
}

.bt0 {
	border-top: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}