body
{
  font-family: Verdana;
  font-size: small;
  color: #000;
  background: url("images/background.png");
  background-repeat: repeat-y;
  background-color: #ccc;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

img
{
  margin-top: 0px;
  margin-bottom: -3px;
  margin-left: 0px;
  margin-right: 0px;
  border: 0;
}

a[href]
{
  color: #00a;
  text-decoration: none;
}

a[href]:hover
{
  text-decoration: underline;
}

fieldset
{
  background-color: #ddd;
  margin-bottom: 10px;
}
legend
{
  background-color: #aaa;
  border: solid;
  border-width: thin;
}

th
{
  background-color: #999;
  font-weight: normal;
  text-align: left;
}

.sides
{
  color: #000;
  background-color: #999;
}

input
{
  font-size: 8pt;
  height: 18;
  border-style: solid;
  border-color: #000;
  border-width: thin;
}
textarea
{
  font-size: 8pt;
  border-style: solid;
  border-color: #000;
  border-width: thin;
}

.small
{
  font-size: smaller;
}

.centered
{
  margin-left: auto;
  margin-right: auto;
}

.border
{
  border: solid;
  border-width: thin;
}

.float
{
  float: left;
}

.dirs
{
  padding-left: 5px;
  padding-right: 5px;
  background: #000;
  color: #fff;
  font-family: monospace;
}

.b1 { background-color: #999; }
.b0 { background-color: #ccc; }
.b00 { background-color: #bbb; }
.b01 { background-color: #ccc; }
.b10 { background-color: #aaa; }
.b11 { background-color: #bbb; }
