/* All other browsers */
/* Sent to all browsers except IE3 */

body {
	font-family: Times New Roman, "Myriad Web", Syntax, serif;
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 0%;
	margin-right: 0%;
	padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman, "Myriad Web", Syntax, 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: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	}

h2 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	}

h3 {
	font-size: 1.3em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	}

h4 {
	font-size: 1.2em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	}
h5 {
	font-size: 0.6em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	}
h6 {
	font-size: 1.1em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	}
th {
	font-size: 1.1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	}
h7 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	color: #FEF72F;
	}	

/* Sent to all browsers except IE3 */

body {
	color: #9966FF;
	background: black;
	font-weight: normal
	font-size: 1.1em
	}

h1, h2, h3, h4, h5, h6, dt, th, hr {
	color: #9999FF;
	}

:link:active, :visited:active { background: white; }
:link:hover, :visited:hover { color: #33FF00; }
:link { color: #75C2F0; }
:visited { color: #6868FD; }
:link:active, :visited:active { color: red; }

A IMG {
	border-width:thin;
	border-color: #67037C;
	}
