.guestbook
{ 
  background: Black;
  color: white;
  font-size: 10pt;
  font-family: Arial;
  align: "center";
  
}
.navCell
{
  color : #000000;
  font-family: "Arial";
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  background: "white";
  text-align: center
}

.NavCell a:link 
{
  color: #000000;
  background-color: white;
  
  }
.navCell a:visited
{
  color: #000000;
  text-decoration: none;
}
 
.navCell a:active
{
  color: #000000;
  text-decoration: none;
}
.navCell a:hover
{
  background-color: #FD4517;
  text-decoration: none;
  color: #ffffff;
 }
 
 
.ScheduleCell
{
  border-width: 1px; 
  border-style: solid; 
  border-color: #FFFFFF; 
  background: #FFFFFF;
  font-family: "Arial";
  font-size: 11pt; 
  font-weight:700;
}
.Stat
{
  font-size: 9pt;
}

.NavLinks a:link 
{
   color: white;
  /*background-color: "white";
  */
  text-decoration: none;
  }
.NavLinks a:visited
{
  color: white;
  text-decoration: none;
}
 
.NavLinks a:active
{
  //color: #FD4517;
  text-decoration: none;
}
.NavLinks a:hover
{
  // background-color: #FD4517;
  text-decoration: none;
  //color: white;
 }