BODY {
	background-color: white;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin-left: 8%;
	margin-right: 5%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	border-style: none;
	table-layout: auto;
	font-size: larger;
}

div.banner {
	margin: 0 0; /*smaller*/
	font-size: 80%;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: relative;
	top: 2em;
	left: inherit;
	width: 8.5em;
	right: -1.0em;
	azimuth: inherit;
	float: right;
}

div.banner p {
	padding: 0.3em 0.4em;
	font-family: Arial, sans-serif;
	background: white;
	border: thin outset Blue;
	color: blue;

	background-position: inherit;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #900 }
div.banner a:first-child { border-top: none }
<--div.banner em { color: #111 } -->

div.banner a:link { text-decoration: none; color: blue }
<--div.banner a:visited { text-decoration: none; color: #CCC }-->
div.banner a:hover { background: teal; color: white }

A:LINK, A:VISITED {
	color : #000000;
	text-decoration : none;
}

A:HOVER {
	background-color: #FFFFFF;
	color: blue;
	text-decoration: none;
}

a.hr:link,a.hr:visited {color: #FF0000;  font-size: 8pt; font-weight: bold; text-decoration: none; }
a.hr:hover {color: maroon; text-decoration: underline; }
a.hr:active {color: blue; }


H1 {
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 200%;

         text-align: center;
}

H2 {
	color : #00CCCC;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 160%;
	margin-left : -5%;
	margin-top : 2em;
}

H3 {
	color : #CC0000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 140%;
	margin-top : 1em;
}

H4 {
	color : #397BBF;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 115%;
	margin-left : -5%;
	margin-top : 1.5em;
         text-align: center;

}

H5 {
	color : #000000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
	margin-top : 0.5em;
}

H6 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
}

BLOCKQUOTE {
	margin-left : 0;
}


TH {
	background-color : #FFFBDC;
}

TD {
	background-color : #F0F0F0;
}







