a:link    { color: #0066cc; }
a:visited { color: #7f7f7f; }
a:active  { color: #e57f00; }
a:hover   { color: white; background: #336699; }

* {
  font-family: Tahoma,Helvetica,Arial,Sans-Serif;
  font-size: 10pt;
}
body {
  color: black;
  background: white;
}

h1 {
  font-size: 16pt;
  color: #e57f00;
  border-bottom: 1px solid #e57f00;
}

dt {
  font-weight: bold;
}
dd {
  margin-left: 20px;
}

.scoreTable {
  border-collapse: collapse;
  border: 1px solid black;
}
.scoreTable th {
  background: #336699;
  color: white;
  text-align: left;
  padding: 0 8px;
  border-bottom: 1px solid black;
}
.scoreTable td {
  padding: 1px 8px;
  border-bottom: 1px solid black;
}
.scoreTable .score {
  text-align: right;
}
.scoreTable .altRow {
  background: #fff2e5;
}
.scoreTable .selectedRow {
  background: #ff9933;
  color: white;
}

.button, a.button:link, a.button:visited, a.button:active, a.button:hover, a.inactiveButton:link, a.inactiveButton:visited, a.inactiveButton:active, a.inactiveButton:hover {
  color: white;
  background: #336699;
  font-size: 8pt;
  font-weight: bold;
  border: 1px solid black;
  padding: 2px 5px;
  text-decoration: none;
}

a.button:hover {
  background: #e57f00;
}

a.inactiveButton:link, a.inactiveButton:visited, a.inactiveButton:active, a.inactiveButton:hover {
  background: #6699cc;
}

#moreLink {
  font-size: 8pt;
  margin: 5px 50px;
  text-align: right;
}

#moreLink a {
  font-size: 8pt;
}
