body { 
	color: #FFFF00; 
	background-color: black; 
	margin: 8px; 
	padding: 0;
	} 

a:link { 
	font-weight: bold; 
	/*text-decoration: none; removes hyperlink underline*/ 
	color: #0000FF;
	} /* unvisited link*/
a:visited { 
	font-weight: bold; 
	color: #FF0000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFCC;
	}

h1 {
	font-family:"Apple Chancery","Lucida Calligraphy", "Brush Scrpt MT", Georgia,Serif;
	text-align: center;
	text-decoration: underline;
	font-size: 36pt;
	margin-top: 20px;
	margin-bottom: 15px;
	} 

h2 {
	text-align: center;
	font-size: 22pt;
	}

h3 {
	font-size: 16pt;
	} 

blockquote.geneva {
	font-size: 12pt;
	font-family:"Geneva", Georgia, Serif;
	/*font-weight: bold;*/
	}

standout {
	font-weight: bold;
	/*font-style: italic;*/
	}

div#pageHeader {
	text-align: center;
	}

div#pageFooter {
	text-align: center;
	/*border-style: solid;
	border-color: gray;
	border-width: thin;*/
	}

div#linksBottom {
	table-layout: auto;
	margin-left: auto;
	margin-right: auto;
	}

div#jumpLinks {
	text-size: 20pt;
	}

table.centered {
	margin-left: auto; 
	margin-right: auto;
	}

table.fixedWidth {
	width: 85%;
	}

table.collapsedBorder {
	border-collapse: collapse;
	padding: 10px;
	}

th.main {
	font-size: 22;
	text-align: center;
	/*text-decoration: underline;*/
	font-weight: bold;
	}
td.titleColumn {
	width: 40%;
	}

.marginedCell {
	margin-top: 10px;
	margin-bottom: 10px;
	}
.paddedCell {
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding: 5px 10px;
	}

<tableHeader> {
	font-size:150%;
	}
.bigger {
	font-size:125%;
	}

.center {
	text-align: center;
	}

#left {
	text-align: left;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

#right {
	text-align: right;
	}

#bold {
	font-weight: bold;
	}

.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;	
	}

#underline {
	text-decoration: underline;
	}

.noUnderline {
	text-decoration: none;
	}

.underline {
	text-decoration: underline;
	}

hrPad {
	margin-top: 10px;
	margin-bottom: 10px;
	}

