.row {
    background-color: #ffbf64;
    color: #663300;
    text-align: center;
  }

a {
    color: #663300;
    text-decoration: none;
    }

a:hover {
    background-color: #ffbf64;
    }

a:visited {
    color: #663300;
    }

a.menu {
    background-color: #ffbf64;
    border: 1px solid #ffbf64;
    display: block;
    font-size: 11pt;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 3px;
    padding: 3px;
 }

a.menu:hover {
    background-color: #663300;
    border: 1px solid #663300;
    color: #ffbf64;
 }

a.row {
    color: #663300;
    font-weight: bold;}

body {
    background-color: #ffdea4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    margin-left: 10%;
    margin-right: 10%;
  }

h1 {
    color: #663300;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
  }

h2 {
    color: #663300;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 1em;
    text-align: center;
  }

h3 {
    color: #663300;
    font-size: 12pt;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: left;
    text-indent: 20px;
  }

h4 {
    color: #663300;
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    text-align: left;
   }

img.photo {
    background-color: #ffbf64;
    margin: 3px;
    padding: 3px;
    }

p {
    margin-bottom: 3px;
    margin-top: 1px;
    text-align: justify;
    text-indent: 20px;
  }

td {
    vertical-align: top;
    }
