html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, subheading, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background:#0000cc;
	font:100% verdana,
	arial,
	helvetica,
	sans-serif;
	font-weight: normal;
	margin:0px;
	padding:0px;
}
pre {
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 8px;
}
#content {
	background:#ffffff;
	border:1px solid #000000;
	margin-top:5%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:5%;
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:50px;
	text-align:left;
}
#w3c-valid {
	margin-left:25px;
	text-align:left;
}
.heading {
	font-size: 175%;
	font-weight: bold;
	padding-bottom: 12px;
}
.subheading {
	font-size: 110%;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 4px;
}
.text {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.footer {
	font-size: 75%;
	padding-top: 50px;
}
.left { float: left; max-width: 48% }
.right { float: right; max-width: 48% }
.clear { clear: both; }
.clear-pad { clear: both; min-height: 4px }

.hide	{ display: none; }
.hi 	{ background-color: rgb(255, 255, 204); }
.center	{ margin-left: auto; margin-right: auto; text-align: center; }

