body{margin-left: 2em}
body{margin-right: 2em}
body{font-family: "Verdena"}
body{font-size: 1.0em}
body{color: black }
body{font-family: "Verdena"}
body{background-color: #fff8dc}
body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}

#Content {
	width:100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:fff8dc;
hr{color: darkred}
table {border-color: darkred}
table {border-width: 5px}
td {border-color: darkred}
td {border-width: 1px}
table.fancy{background: gold}
table.fancy {border width: 5 }
table.fancy {border-style: double }
table.fancy {border-color: indigo }
table.links{background: lightblue}
table.links {border width: 10 }
table.links {border-style: double }
table.links {border-color: indigo  }
table.links {font-size: .75em }
img{border-style: double }
img{border-color: darkred }
H1{font-family: "Times New Roman"}
H1{font-size: 2em}
H1{font-weight: 500}
H1 {color: #000000 }
H1{text-align: left}
H2{font-family: "Times New Roman"}
H2{font-size: 1.3em}
H2{font-weight: 100}
H2 {color:steelblue }
H2 {text-align: left }
H3{font-family: "Times New Roman"}
H3{font-size: 1.0em}
H3{font-weight: 600}
H3 {color: steelblue }
H3 {text-align: center}
H2 {text-align: center }
H4 {text-align: right }
H4 {font-size: 175% }
H4 {font-weight: 200 }
H4{font-family: "Cursive" }
H4 {font-style: italic }
H5 {text-align: left }
H5 {font-size: .75 em }
H5 {font-weight: 200 }
blockquote { margin: 1em 2em 1em 2em }
blockquote {background: orange }
blockquote {border-style: double }
blockquote {padding: .3cm }
A:link {text-decoration: underline}
A:link {color: blue}
A:visited {color: red } 
A:visited {text-decoration: underline}
A:hover {background: white; color:black}


