@import "grid.css";
@import "type.css";
@import "navigation.css";

body 
{
	background-color: #5f6fb5;
	height: 100%;
}


/* Block-level elements */
h1, h2, h3, h4, p, blockquote, div, form, label, dl, dt, dd, ul, ol, dt, fieldset, table, th, tr, td
{
	margin: 0;
	padding: 0;
}

/* Anchors */
a:link, a:active, a:visited
{
	color: #545454;
	text-decoration: none;
}

a:hover
{
	color: #545454;
	text-decoration: underline;
}