body {
      font-family: sans-serif;
      background-color: white;
      }

a {
   text-decoration: none;
   }

a:hover {
         text-decoration: underline;
         }

h2 {
    margin-bottom: 0px;
    }

div.body
    {
     color: #db9753;
     background-color: #260406;
     padding: 16px;
     clear: both;
     }

a.body
    {
     color: #db9753;
     }

a.title
    {
     color: black;
     text-decoration: none;
     }

a:hover.title
    {
     color: black;
     text-decoration: none;
     }