#left, #right, #top, #bottom, .input, #buttons
{
  display: none;
  }



body, html, td
{
  color: black;
  background-color: white;
  font-family: times; 
  font-size: 12px;
  border: none;
  }

ul 
{
  list-style-type: square;
  }

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

a 
{
  color: black;
}
