body {
      font-family: sans-serif;
      background: orange;
      color: green;
      margin: 0px;
      }

div.menu {
          background: green;
          color: orange;
          padding: 8px;
          font-weight: bold;
          }

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

a:hover {
         text-decoration: underline;
         font-style: italic;
         }

h1 {
    padding: 8px;
    }
