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

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

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

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

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