/* Sent to all browsers except IE3 */

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

:link, :visited {
/*	text-decoration: none; */
/*	font-weight: bold; */
	text-decoration-skip-ink: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
}

.legalese {
    font-size: 75%;
}

/* Sent to all browsers except IE3 and NN4 */

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

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

body {
	line-height: 1.5;
	/* font-size: 0.9em; */
	}

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;
	}

:link img, :visited img {
    border: 2px solid;
}

/* Sent to all browsers except IE3 */

body {
	color: black;
	background: white;
}

:link:focus, :visited:focus { background: #FC0; }
:link, :visited { background: white; }
:link:active, :visited:active { background: white; }
:link:hover, :visited:hover { background: #FC0; }
:link { color: #00c; }
:visited { color: #606; }
:link:active, :visited:active { color: red; }

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


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