@import "grid.css";
@import "navigation.css";
@import "type.css";
@import "forms.css";

html, body 
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
}

/* Block-level elements */
h1, h2, h3, h4, p, blockquote, div, form, label, ul, ol, dt, fieldset 
{
	margin: 0px;
	padding: 0px;
}

/* Images */
img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Breaks */
br.clear
{
	clear: both;
}

