hr, .left, .right, .menu, .footer, input, .buttons
{
  display: none;
  }

html, body, td
{
  color: black;
  background-color: white;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  margin: 0px auto;
  }

table, td
{ 
  padding: 0px;
  }
ul 
{
  list-style-type: square;
  }

ul.no_bullet
{
  list-style-type: none;
  margin: 0px;
  padding-left: 20px;
  }

input
{
  border: 1px solid black;
  background-color: white;
  color: black;
  
  }

dd
{
  margin-left: 10px;
  }
h1,h2,h3,h4,h5,h6
{ 
  font-size: 13px;
  }

td, th
{
  text-align: left;
  }

a 
{
  color: black;
  text-decoration:none;
  }

.menu
{ 
  float: left;
  position: fixed;
  width: 180px;
  margin: 0px;
  padding: 0px;
  border: none;
  }

.content
{ 
  position: absolute;
  top: 98px;
  left: 190px;
  width: 400px;
  margin: 0px;
  padding: 10px;
  border: none;
  }

.logo
{ 
  position: absolute;
  top: 24px;
  left: 190px;
  width: 420px;
  padding: 0px;
  margin: 0px;
  border: none;
  }

.fact
{ 
  position: absolute;
  width: 200px;
  left: 608px;
  margin: 0px;
  padding: 0px;
  border: none;
  }

.box
{
  margin: 10px;
  padding: 10px; 
  border: 1px solid black;
  }

