@import url("reset.css");
@import url("layout.css");
@import url("content.css");

body {
	color: #6d615e;
	font: .625em/1.5em Helvetica, Arial, sans-serif; /* 1em = 10px */
}

a {
	color: #d82a54;
	text-decoration: none;
	outline: none;
}

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

.clear {
	display: block;
	clear: both;
	height: 1px;
	margin: 0;
}