/* Reduced Resets */
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, 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;
  font-size: 100%; vertical-align: baseline; background: transparent;
  font-weight: normal;
}

#root { font-size: .8em; padding-top: 25px; }

h1 { font-size: 1.5em; font-weight: bold; margin-top: 5px; }
h2 { font-size: 1.2em; font-weight: bold; margin-top: 10px; }

.content {
    padding: 5px;
    width: 650px;
    margin-top: 25px;
    margin-left: 50px;
}

p { padding: 5px }

ul { margin-left: 25px }

#header {
	border: 1px solid black;
	margin: 0 25px;
	height: 25px;
}
#header a {
	display: block;
	float: left;
	padding: 5px 15px 5px 5px;
	margin: 0 5px;
	text-decoration: none;
	border-right: 1px dotted black;
}
#header a:active,
#header a:hover {
	text-decoration: underline;
}

