@charset "utf-8";

html
{
  color: #00C000;
  background: #0B0B0B;
  font-family: sans-serif;
  font-weight: normal;
  font-size: smaller;
  margin: 3px;
}

a
{
  color: #00FFFF;
  text-decoration: none;
}

a:visited
{
  color: #00FFFF;
  text-decoration: none;
}

a:hover
{
  color: #FFFF00;
  text-decoration: none;
}

a:active
{
  color: #FFFF00;
  background-color: #555555;
  text-decoration: none;
}

.leftbutton
{
  background-color: #FF00FF;
  color: #99FF99;
  font-size: 18pt;
  font-weight: bold;
  margin: 40px;
}

.rightbutton
{
  background-color: #FF00FF;
  color: #99FF99;
  font-size: 18pt;
  font-weight: bold;
  margin: 40px;
}

.privlink
{
  color: #FF0000;
}

.navbar
{
  color: green;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  border-top : 1px dashed green;
  border-bottom : 1px dashed green;
  background: black url(http://www.bigrig.org/images/monkey.gif);
}

.box
{
  border: 2px solid green;
}

.center
{
  align: center;
  text-align: center;
}

.left
{
  align: left;
  text-align: left;
}

hr
{
  color: green;
  border: 1px dashed green;
}

h1, h2, h3, h4, h5, h6
{
  font-variant: small-caps;
  margin-bottom: 0ex;
  padding-bottom: 0ex;
}

.plain
{
  border-style: none;
}

th
{
  border: 1px solid green;
  text-align: center;
}

td
{
  border: 1px solid green;
  text-align: center;
}

.fineprint
{
  font-size: small;
}

