body
{
  background-color: 000;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: repeat;
  font-size: 10pt;
  font-style: normal;
  font-family: arial;
  color: b0b0b0;
  padding-top: 10;
  padding-bottom: 10;
  padding-left: 10;
  padding-right: 10;
}

h1
{
  font-size: 40px;
  font-style: italic;
  font-family: "Times New Roman",Georgia,Serif;
  font-weight: bold;
}

h3
{
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
}

p
{
  font-style: normal;
  font-weight: normal;
}

a,
a:link,
a:visited
{
  color: #9CF;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

copyright
{
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  font-family: Arial;
}

table
{
  border-width: 1px;
  border-spacing: 0px;
  border-style: solid;
}

table th,
table td
{
  border-width: 1px;
  padding: 2px; 
  border-style: solid;
}

table.clear,
tr.clear,
td.clear
{
  border-width: 0px;
  border-spacing: 0px;
  border-style: none;
}

