body
  {
    background: url(/background.gif);
    color: black;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 17px;
  }

dt { text-decoration: underline }

dd
  {
    margin-top: 2px;
    margin-left: 15px;
  }

form
  {
    margin: 0px;
    margin-bottom: 5px;
  }

input.menu 
  {
    background: url(/button.jpg) no-repeat;
    height: 25px;
    width: 95px;
    padding-bottom: 2px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #551A8B;
    cursor: pointer;
  }
