body {  margin: 1em;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(./BkBlack.gif);
	background-repeat: repeat; 
	}

/* NOTE: The order of these link color tags is very important.
   In some cases, colors are applied in order. Therefore, a 
   link that is both "visited" and "active" will only be colored
   as active if "a:active" comes after "a:visited" */
a:link { 
	color: #FF3333; 
	}

a:visited {
	color: #FF9999;
	}

a:hover {
	color: #00FF00;
	}

a:active {
	color: #6666FF;
	}

a:link IMG {
	border-width: medium;
	border-color: #FF3333;
	}

a:visited IMG {
	border-width: medium;
	border-color: #FF9999;
	}

a:hover IMG {
	border-width: medium;
	border-color: #00FF00;
	}

a:active IMG {
	border-width: medium;
	border-color: #6666FF;
	}

img {
	border-style: ridge;
	border-color: #FFFFFF;
	border-width: 0;
	}

address { 
	margin-left: 3em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	color: #000000;
	background-color: #CCCCCC;
	border-color: #FFFFFF;
	border-style: outset;
	border-width: thin;
	margin: 0em;
	display: block;
	}

h1 {
	text-align: center; 
	font-size: xx-large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	}

h2 { 
	font-size: x-large;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
	}

h3 {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	padding-top: 6px;
	padding-bottom: 3px;
	}

h4 {
	font-size: large;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
	}

h5 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 1px;
	}

h6 {
	font-size: medium;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	}


/* Comment Out to see if Netscape stops failing...
body {
	background-attachment: scroll;
	background-position: 0 0;
	vertical-align: baseline;
	text-align: left; 
	font-family: Times, Times New Roman, serif;
	font-size: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: normal;
	text-decoration: none;
	text-indent: 0%;
	white-space: normal;
	}

table {
	background-color: #0000FF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-style: none;
	border-color: transparent;
	border-width: 0;
	width: 100%;
	}

b, strong, i, em, cite, var, tt, code, kbd, samp, img, span {
	display: inline;
	}

p, ul, ol, dir, menu, div, dt, dd, address, blockquote, pre, br, hr, form, dl {
	display: block;
	}

b, strong {
	font-weight: bolder;
	}

i, cite, em, var, address, blockquote {
	font-style: italic;
	}

pre, tt, code, kbd, samp {
	font-family: Courier, Courier New, monospace;
	}

pre {
	white-space: pre;
	}

blockquote {
	margin-left: 3em; 
	margin-right: 3em;
	}

dt {
	margin-bottom: 0;
	}

dd {
	margin-top: 0;
	margin-left: 3em;
	}

menu { 
	margin: 0;
	}

ul, dir {
	list-style: disc;
	}

ol {
	list-style: decimal;
	}

li {
	margin-left: 3em;
	display: list-item;
	}

hr {
	border-top: solid;
	border-bottom: solid;
	}

*/

