body { background-color: #555555; color: #FCEDAF; font-family: Arial, Garamond, Helvetica;
  text-decoration: none; font-size: small; margin: 0; }
span.title { text-decoration: underline; font-size: large; }
span.navbar { font-size: small; padding: 2; }
span.answer { font-size: small; padding: 2; margin: 100; }
div.form { 
  font-size: small; 
  padding: 10; 
  border: 1px solid #000; 
  width: 60%; 
  background: #aaa; 
  color: #000; 
  margin: 0% 20%;
}
div.form a:link { color: #00d; font-size: xx-small; }
div.form a:hover { background: #999; }
div.form a:visited { background: #00c; }
div.answer {
  border: none;
  width: 60%;
  margin: 0% 20%;
  font-weight: bold;
}
a:link { color: #FCEDBF; }
a:hover { background-color: #8C7D5F; color: #701113; }
a:visited { color: #FCED9F; }
table { border-style: none }
table.playerselect { border-style: none; font-size: small; }
table.playerselect td { align: left; padding: 0; }
table.playerselect input { width: 18; height: 18; }
table.insidereport { background-color: #DDDDDD; border-style: none; color: #000000; }
table.insidereport td { background-color: #DDDDDD; }
table.report { 
  background-color: #000000; 
  border-style: none; 
  color: #000000;
  font-size: small; 
  margin: 0 auto;
  width: 950px;
}
table.report tr { background-color: #FFFFFF; }
table.report tr.highlight { background-color: #FFFF00; }
table.report a:link { color: #000088; }
table.report a:hover { background-color: #FCEDAF; }
table.report a:visited { color: #500000; }
span.positive { color: #3300FF; }
span.negative { color: #BB0000; }
span.item { color: #007700; }
span.secondary { color: #777777; }

