
body {
      margin-left:  5%;
      margin-right:  5%;
      border:  5px solid #959d79;
      padding:  10px 10px 10px 10px;
      font-family: arial black, sans-serif;
      background-image: url(../images/?????.jpg);
      background-repeat: no-repeat;
      background-position: center;
 }

h1, h2 {color: green;
        text-align: right;
        font-family: serif;
        }

li {list-style-type: circle;
   }


a:link {color: brown}
a:hover {color: green}
  