
body {
	font-family: Verdana, "Myriad Web", Syntax, sans-serif;
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 12%;
	margin-right: 8%;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
}

.legalese {
    font-size: 75%;
}

ul, ol {
	margin-left: 0;
	padding-left: 3em;
}

li {
	margin-left: 0;
	padding-left: 0;
}

body {
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
}
	
h1, h3, h5, dt {
	font-weight: bold;
}

h2, h4, h6 {
	font-weight: normal;
}

h1 {
	font-size: 2.33em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	margin-top: 1.33em;
	margin-bottom: 0.5em;
}

h3, h4 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.333em;
}

h5, h6 {
	font-size: 1.33em;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

/* Sent to all browsers except IE3 */

body {
	color: black;
	background: white;
}

h1, h2, h3, h4, h5, h6, dt, th, hr {
	color: #666;
	background: white;
}

* { border-color: #666; }

:link:focus, :visited:focus { background: #fe6; }
:link, :visited { background: white; }
:link:hover, :visited:hover { background: #ccc; }
:link:active, :visited:active { background: #fe6; }
:link { color: #900; }
:visited { color: #633; }
:link:active, :visited:active { color: #633; }

:link img { border-color: blue; }
:visited img { border-color: purple; }
:link:active img, :visited:active img { border-color: red; }




