body
{
  font-family: helvetica, arial;
  font-size: 10pt;
  color: white;
  background-color: black;
}

h1
{
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-size: 14pt;
}

h2
{
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-size: 12pt;
}

hr.color
{
/*  height: 2px; */
  color: #285fdf;
}

table.border
{
  border-top: solid white 1px;
  border-bottom: solid white 1px;
}

td
{
  font-size: 10pt;
}

td.small
{
  font-size: 8pt;
}

td.large
{
  font-size: 14pt;
}

td.menu
{
  font-weight: bold;
}

td.menu_selected
{
  color: #cccc00;
  font-weight: bold;
}

a:link {color: white; text-decoration: none;}
a:visited {color: white; text-decoration: none;}
a:hover {color: #285fdf; text-decoration: none;}
a:active {color: white; text-decoration: none;}

a.menu:link {color: white; text-decoration: none;}
a.menu:visited {color: white; text-decoration: none;}
a.menu:hover {color: #ffcc00; text-decoration: none;}
a.menu:active {color: white; text-decoration: none;}

