@import url("css.php?n=reset");
@import url("css.php?n=colors");
@import url("css.php?n=layout");
@import url("css.php?n=typography");

body {
	background-color: #ffffff;
	color: #222222;
	font-size: 100%;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
}