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

address	{ font-style: italic; font-size: 80%; }
.mailad	{ font-weight: bold; font-size: 9pt; }

.bgc	{ background: #e0e0e0; }
.center	{ text-align: center; }
.right	{ text-align: right; }
.bold	{ font-weight: bold; }
.small	{ font-size: 6pt; }
.red	{ color: #ff0000; }
.linethrough	{ text-decoration-line: line-through; }

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;
}
.lost{
  background: #e0ffff;
}
.first{
  background: #fff0f0;
}
.second{
  background: #f0fff0;
}
.best16{
  background: #e8ffe8;
}
.best8{
  background: #e0ffff;
}
.best4{
  background: #ffffe0;
}
.finalist{
  background: #ffe0e0;
}
.champion{
  background: gold;
}
.rank2{
  background: silver;
}
.rank3{
  background: #cc9966;
}
.rank4{
  background: #d1c571;
}
