BODY{
  background: #e0e0e0;
  color: #000000;
  margin-left: 2em;
  margin-right: 2em;
}
:link	{ color: #fa00fa; }
:visited{ color: #ff70ff; }
:active	{ color: #ff0000; }

address	{ font-style: italic; font-size: 80%; }
.center	{ text-align: center; }
.right	{ text-align: right; }
.bold	{ font-weight: bold; }
.small	{ font-size: 6pt; }
.mailad	{ font-weight: bold; font-size: 9pt; }
.red	{ color: #ff0000; }

H1{
  font-size: 180%;
  border: #008000 solid;
  border-width: 0px 0px 4px 0px;
}
H2{
  font-size: 150%;
  border: #0000ff solid;
  border-width: 0px 0px 2px 0px;
}
H3{
  font-size: 120%;
  border: #ff0000 solid;
  border-width: 0px 0px 1px 0px;
}
.win{
  background: #ffe0e0;
  font-weight: bold;
}
.draw{
  background: #ffffe0;
}
.lose{
  background: #e0ffff;
}
.first{
  background: #fff0f0;
}
.second{
  background: #f0fff0;
}
.best16{
  background: #e8ffe8;
}
.best8{
  background: #e0ffff;
}
.best4{
  background: #ffffe0;
}
