body { background-color: black; color: white; }
p {}
p.home { width: 70%; margin-left: auto; margin-right: auto; }
p.members { width: 70%; margin-left: auto; margin-right: auto; }
table.members { width: 70%; margin-left: auto; margin-right: auto; }
ol { width: 65%; margin-left: auto; margin-right: auto; }
hr { width: 80%; }
strong { font-size: 1.1em; }
a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #CC0033; text-decoration: none; }
a:active { color: #CC0033; }
.hidden { color: black; text-decoration: none; border-style: hidden; cursor: text; }
.red { color: #FF0000; }
.teal { color: #00FFFF; }
.blue { color: #0000FF; }
.yellow { color: #FFCC00; }
.header { text-decoration: none; text-align: center; }
.headerborder { border: 2px groove #1343C6; width: 80%; text-align: center; margin-left: auto; margin-right: auto; background: #393875}
.headerborder2 { border: 2px groove #666666; float: left; }
.tablewide { border: 4px groove #666666; width: 100%; }
.footerborder { border: 4px groove #666666; margin-left: auto; margin-right: auto; }
.thinb { border: 1px solid #666666; }
.thinbcenter { border: 1px solid #666666; text-align: center; }
.heading1 { margin-top: 15px; margin-bottom: 15px; color: red; font-size: 1.5em;  }
.heading2 { margin-bottom: 15px; margin-left: 25px; color: blue; font-size: 1.4em; }
.heading3 {	margin-right: 15px; margin-left: 55px; color: #339900; font-size: 1.25em; }
.data1 { margin-bottom: 15px; margin-right: 15px; margin-left: 55px; }
.data2 { margin-bottom: 15px; margin-right: 15px; margin-left: 70px; }
.button { display: inline; text-align: center; margin: 0px; }
div#logo {
	width: 720px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
}
img.left { float: left; border-width: 0; margin-right: 20px; }

