body {
  color: #656;
  background: white;
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
  margin-top: 50px;
  text-align: center;
}

a { font-weight: bold; text-decoration: none; }
a:link { color: #424242; border-bottom: 1px dotted #999; }
a:visited { color: #969696; border-bottom: 1px dotted #dedede; }
a:hover { color: #FF8921; border-bottom: 1px solid #FF8921; }
a:active

caption {
  font: 10pt Arial, Helvetica, sans-serif;
}

table#mainTable {
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
  width: 75%;
}
  table#mainTable td {
    padding: 5px;
  }

    table#mainTable td:hover {
      color: #FF8921;
    }
  
  table#mainTable td.aLeft {
    text-align: left;
  }
  
  table#mainTable th {
    padding: 5px;
    text-align: center;
  }
  
  table#mainTable tr {
    color: #999;
    padding: 5px;
    text-align: center;
  }
  
    table#mainTable tr:hover {
      background: #F2DFDF;
      color: #574E3A;
    }
  
  table#mainTable tr.alt {
    background: #F5F5F3;
    color: #666;
  }
  
    table#mainTable tr.alt:hover {
      background: #B2D4FA;
      color: #666;
    }