/* Default style page */

BODY {
	color: #006;
	background: white;
	font-family: Arial, sans-serif;
	margin-left: 8%;
	margin-right: 4%;
}

A { background: transparent; }
A:link { color: blue; text-decoration: underline; }
A:visited { color: purple; text-decoration: underline; }
A:active { color: red; text-decoration: underline; }

H1, H2 {
	font-family: "Times New Roman", Garamond, serif;
}

H3, H4, H5, H6 {
	font-family: Arial, sans-serif;
}

PRE {
	font-family: monospace;
}

HR { color: #006; }

UL { margin-top: -.5em; }


