@import url("reset.css");
@import url("body.css");

/* ----------------------------------------------------------
	- Sections
		The html element
---------------------------------------------------------- */

body {
	background:#fff;
	color:#000;
	font-size:84%; /* 13px */
	line-height:1.5;
	text-align:center;
}

.no-border {
	border:none !important;
}

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