@charset "utf-8";
/* CSS Document */

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

.alignRight {
	text-align: right;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
div.borderline {
	clear: both;
}
