
<!--
.style1 {font-size: large; font-weight: bold;}
.style2 {font-family: "Century Gothic"; font-size: small; }
.style3 {font-size: small; }
.style4 {font-size: 10px; }
.style5 {font-family: "Century Gothic"; font-size: 14px; text-align: justify; }
.style6 {font-family: "Century Gothic"; font-size: 12px; text-align: center; }
.style7 {font-family: "Century Gothic"; font-size: medium; font-weight: bold; text-align: center; }
.style8 {font-family: "Century Gothic"; font-size: 14px; text-align: center; }
.style9 {font-family: "Century Gothic"; font-size: 12px; text-align: center; font-color: black; bold; }
.valid  {float: right; }
.maintable {
        border: 1px solid black;
        margin-top: 1px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 1px }
.othertable {
	border: 0px white }
.thumbnails {
        border: 1px solid black;
        text-align: center;
        background: white;
        width: 25%;
        padding: 5px }
.thumbnails1 {
        border: 0px solid black;
        text-align: center;
        background: white;
        width: 12.5%;
        padding: 0px }
.thumbs {
        font-weight: bold;
        font-size: 80%;
        padding: 2px;
        display: block }
.table1 {
        background: solid black;
        color: solid black;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px }
.image {
        border-style: solid;
        border-width:1px;
        border-color: black;
        margin: 2px }
-->
  body {
    padding-left: 12em;
    padding-right: 4em;
    color: black;
    text-align: justify;
    background-color: white}

  div.sca {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em }
	
  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 8em;
    left: 1em;
    width: 9em }

  ul.navbar li {
    background: white;
    margin: 0.5em 0;
    padding: 0.3em;
    border-left: 0.2em solid black;
    border-right: 0.2em solid black;
    border-top: 0.2em solid black;
    border-bottom: 0.2em solid black }

  ul.navbar a {
    text-decoration: none }
  a:link {
    color: blue }
  a:visited {
    color: purple }
  
  ul.committee {
     text-align: center }
     
  address {
    margin-top: 3em;
    margin-left: 2em;
    padding-top: 0.5em;
    text-align: center;
    font-size: small;
    border-top: thin dotted }
 
  h1 { text-align: center }

  div.figure { text-align: center }

  img.scaled { width: 100%; }