  h3 { border: 1px outset rgb(102, 51, 0);
    letter-spacing: 0.1em;
    padding-right: 2px;
    padding-left: 2px;
    font-family: sans-serif;
    background-color: rgb(204, 153, 51);
    color: rgb(102, 51, 0);
    clear: left;
    width: 400px;
    margin-top: 10px;
    margin-bottom: 2px;  
    }
  img { 
    margin: 5px;
    background-color: rgb(255, 204, 102);
    }
  h1 { border: 1px solid rgb(102, 51, 0);
    letter-spacing: 0.1em;
    padding: 2px;
    font-family: sans-serif;
    color: rgb(102, 51, 0);
    font-style: italic;
    margin-bottom: 2px;
    background-color: rgb(204, 102, 0);
    }

  p { font-family: Arial,Helvetica,sans-serif;
    }

  ul { font-family: Arial,Helvetica,sans-serif;
    }

  body { font-family: Arial,Helvetica,sans-serif;
    color: rgb(102, 51, 0);
    background-color: rgb(255, 204, 102);
    }


