@import "grid.css";
@import "type.css";
@import "forms.css";
@import "navigation.css";

html, body 
{
	height: 100%;
}

body 
{
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* Block-level elements */
h1, h2, h3, h4, blockquote, div, form, label, dl, dt, dd, ul, ol, dt, fieldset 
{
	margin: 0;
	padding: 0;
}

/* Image Borders */
img
{
	border: none;
}