/* -----------------------------------------------------------------------------
Basic Typography Rules

RobotRenegade.com | Obsidian | 2009-06-11
----------------------------------------------------------------------------- */


body {
	font: 10pt/1.65em helvetica-neue, arial, sans-serif;
}

a {
	text-decoration: none;
	color: #bf0000;
}

a:hover {
	text-decoration: underline;
}


a:active {
	text-decoration: underline;
	color: gray;
}

a:visited { color: #7f0000; }





#e404		{ width: 760px; margin: 96px auto 0 auto; }
#e404 h1	{ margin: 0 32px 0 0; color: #bf0000; font: bold 160pt/normal helvetica-neue, arial, sans-serif; float: left; }
#e404 h4	{ padding-top: 64px; font-size: 10pt; font-weight: bold; }
#e404 fieldset	{ border: 0; }