body { font-family: Verdana, Helvetica, Arial, sans-serif; }

a:link:hover, a:visited:hover {
  text-decoration: none;
  color: #00337f;
}

a:link, a:visited {
  text-decoration: none;
  color: #00337f;
}

span.red {
  color: #ff0000;
}

table {
  border-collapse: collapse;
  border:1px solid black;
}

.pointtable th {
  border-top: none;
  border-bottom: none;
  vertical-align: top;
  padding: 0.2em;
}

.scoretable th {
  border-top: none;
  border-bottom: none;
  padding: 0.2em;
  width: 20%;
}

.scoretable td {
  width: 20%;
}

td.green {
  background: #dfd;
}

td.blue {
  background: #ddf;
}

td {
  border:1px solid black;
  text-align: right;
}

.boardscore>th {
  border-top: none;
  border-bottom: none;
}

td.pairs {
  text-align: left;
}
