#content
  {
    font-size: 140%;
    left: 10em;
    background-color: white;
  }

li:hover
  {
    list-style-type: square;
  }
