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

body {
	/*background-image: url(img/gridbg.gif);
	background-repeat: no-repeat;
	background-position: top center;*/
}
a {
	color: #888;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
}