body {
  background: #000000;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 12 pt;
  color: #ffffff;
}

#scroll { 
	position:absolute;	
	top:0; 
	bottom:-0.1px; 
	width:1em; 
	z-index:-1; 
}

blockquote {
	text-align: justify; 
    font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

table.main {
	width: 750px;
	font-family: Georgia, Times New Roman, Serif;
	/* font-size: 10pt; */
}

table.content {
    background: #970099;
	width: 738px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12pt;
}

td.nav {
  border: solid 3px #ffffff;  
  background: #FFCC00;
  font-size: 14pt;
  text-align: center;
  padding: 5px 0px 5px 0px;
}


td.footer {
  background: #970099; 
  border: 3px solid #970099;
}

A:link.nav {font-weight: bold; color: #000000; text-decoration: none; }
A:visited.nav {font-weight: bold; color: #000000; text-decoration: none;}
A:hover.nav {font-weight: bold; color: #ffffff; text-decoration: none;}
A:active.nav {font-weight: bold; color: #ffffff; text-decoration: none;}

A:link.bod {color: #ffffff; font-weight: bold; text-decoration: none; }
A:visited.bod {color: #ffffff; font-weight: bold; text-decoration: none;}
A:hover.bod {color: #FFCC00; font-weight: bold; text-decoration: none;}
A:active.bod {color: #FFCC00; font-weight: bold; text-decoration: none;}

h1,h2,h3,h4,h5,h6 {
  color: #ffffff;
  text-align: center;
}

h1 { font-size: 36px; font-weight: normal; line-height: 38px; color: #FFCC00; letter-spacing: 0.3em; }
h2 { font-size: 28px; line-height: 30px; font-weight: normal; color: #ffffff; }
h3 { text-align: left; padding-left: 5px; font-size: 14px; line-height: 16px; }

p {
  padding: 0px 5px 0px 5px;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  text-align: left;
}
.white { color: #ffffff; }
.center { text-align: center; }
.yelCenter  { 
  color: #FFCC00; 
  text-align: center;
}