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

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

a {
	color: #429ea9;
	outline: none;
}

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

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