body 
{
  background-image: url('http://DISCepticons.com/lightning.jpg');
  background-repeat: norepeat;
  background-attachment: fixed; 
  background-align: center;
}
h2, h3, p, ul, table { font-family: sans-serif; color: #ffffff; }
A:link { color: #70ff5a; }
A:visited { color: orange; }
A:active { color: yellow; }

table.sched 
{ 
  border-collapse: collapse; 
  border-style: solid;
  border-color: white;
  border-width: 2px; 
  padding: 2px; 
  font-size: 13px;
}

.highlighted td.cellLink, .highlighted2 td.cellLink, .newgame td.cellLink, .cancelled td.cellLink
{
  color: #0f08aa;
}
td.cellLink 
{ 
  font-weight: bold; 
  color: #50dd3a;
}
