body {
  color: #FF9900;
  background-color: black;
  text-align: left;
  font-family: Verdana, Tahoma, Arial;
  font-size: 16px;
}
a:link {text-decoration: underline; color:#ff9900;}
a:visited {text-decoration: underline; color:#ff9900;} 
a:hover {text-decoration: underline; color:white;} 
a:active {text-decoration: underline; color:#ff9900}

.blacktext {
  color: #000000;
  text-align: left;
  font-family: Verdana, Tahoma, Arial;
  font-size: 16px;
}
a.blacktext:link {text-decoration: underline; color:#000000;}
a.blacktext:visited {text-decoration: underline; color:#000000;} 
a.blacktext:hover {text-decoration: underline; color:#000000;} 
a.blacktext:active {text-decoration: underline; color:#0000000}

.whitetext {
  color: #ffffff;
  text-align: left;
  font-family: Verdana, Tahoma, Arial;
  font-size: 16px;
}
a.whitetext:link {text-decoration: underline; color:#ffffff;}
a.whitetext:visited {text-decoration: underline; color:#ffffff;} 
a.whitetext:hover {text-decoration: underline; color:#ffffff;} 
a.whitetext:active {text-decoration: underline; color:#ffffff0}

.norm_text {
  color: #FF9900;
  background-color: black;
  text-align: left;
  font-family: Verdana, Tahoma, Arial;
  font-size: 16px;
}


/* used for small orange text*/
.small_text {
  color: #FF9900;
  background-color: black;
  text-align: justify;
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
}

/* used for displaying peoples names */
.nametext {
  color: white;
  background-color: black;
  text-align: center;
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
  font-weight: bold;
}

h1 {
  color: #FF9900;
  background-color: black;
  text-align: justify;
  font-family: Verdana, Tahoma, Arial;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

h2 {
  color: #FF9900;
  background-color: black;
  text-align: justify;
  font-family: Verdana, Tahoma, Arial;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 18px;
}

tbody {
  color: #FF9900;
  background-color: black;
  text-align: left;
  font-family: Verdana, Tahoma, Arial;
  font-size: 16px;
}
a:link {text-decoration: underline; color:#ff9900;}
a:visited {text-decoration: underline; color:#ff9900;} 
a:hover {text-decoration: underline; color:white;} 
a:active {text-decoration: underline; color:#ff9900}


#navtable {
  border: solid 1px red;
  background-color: yellow;
}

.navtext }
  color: #ff9900;
  background-color: black;
  text-align: justify;
  font-family: Verdana, Tahoma, Arial;
  font-size: 16px;
  font-weight: bold;
}
a.navtext:link {text-decoration: none;}
a.navtext:visited {text-decoration: none;} 
a.navtext:hover {text-decoration: none; color:black; background-color: #ff9900;} 
a.navtext:active {text-decoration: none;}
