body {
    font-family: Eurostile,sans-serif;
    font-size: 12pt;
    color: #333;
    background: white;
    }
    
#wrapper {
    width: 850px;
    text-align: center;
    margin: 0 auto 0 auto;
    }
    
    
#banner {
    text-align: center;
    font-style: italic;
    color: navy;
    background: inherit;
    border: thin outset navy;
    margin: 10px;
    }

h1 {
  font-variant: small-caps;
  font-size: 18pt;
  }

#left {
    width: 175px;
    font-size: 11pt;
    }

#right {
    width: 175px;
    }
td {
    padding: 5px;
    }

#row2 td {
    padding: 10px;
    }

h2 {
    font-variant: small-caps;
    font-size: 14pt;
    }

#footer {
    text-align: center;
    font-style: italic;
    font-size: 10pt;
    }

a:link, a:visited, a:active {
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }
#navbar {
    font-size: 10pt;
    list-style-type: none;
    padding-left: 0px;
    }

#main_text {
    text-align: left;
    }
    
    
#main_text li {
    margin-bottom: .5em;
    }
