body
  {
  color:            black;
  font-family: "Calibri","Arial";
  background-repeat: repeat;
  background-attachment: fixed;
  background-image: url("images/solid_black.png");
  }
table
    {
     width:		800px;
     margin-left:       auto;
     margin-right:      auto;
    } 
table th, table td
    {
     text-align:       left;
     vertical-align:   top;
     background-color:	white;
    }
p {
  font-family: "Helvetica","Arial", "Sans-serif";
  }
h1{
  font-family: "Helvetica","Arial", "Sans-serif";
  }
h2{
  font-family: "Helvetica","Arial", "Sans-serif";
  }
h3{
  font-family: "Helvetica","Arial", "Sans-serif";
  }
a:link
  {
  color:            #505050;
  font-size:        100%;
  }
a:visited
  {
  color:            #505050;
  font-size:        100%;
  }
a:hover
  {
  color:            #505050;
  font-size:        100%;
  }
a:active
  {
  color:            #505050;
  font-size:        100%;
  }
