body {
  font-family: "Times New Roman", Garamond, serif ;
  color: black;
  background-color: white;
padding-left: 0em}

h1 {
  font-family: "Times New Roman", Garamond, serif;
  font-size: 200% ;
  position: absolute ;
  left: 6.6em }

div.pic {
  float: right;
  width: 25%;
  border: thin black solid;
  margin: 0.5em;
  padding: 0.5em;
  min-width: 200px
}

div.pic p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.picleft {
  float: left;
  width: 25%;
  border: thin black solid;
  margin: 0.5em;
  padding: 0.5em;
  min-width: 200px
}

div.picleft p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


a:link {
  text-decoration: none;
  font-weight:bold;
  color: black }
a:visited {
  text-decoration: none;
  font-weight:bold; 
  color: grey }
a:hover {
   color: black; 
  font-weight:bold;
   text-decoration: underline }

.navbar a:link {
  text-decoration: none;
  font-weight:normal;
  color: white }
.navbar a:visited {
  text-decoration: none; 
  font-weight:normal;
  color: grey }
.navbar a:hover {
   color: white; 
  font-weight:normal;
   text-decoration: underline }

.navbar2 a:link {
  text-decoration: none;
  font-weight:normal;
  color: white }
.navbar2 a:visited {
  text-decoration: none; 
  font-weight:normal;
  color: grey }
.navbar2 a:hover {
   color: white; 
  font-weight:normal;
   text-decoration: underline }



ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0em;
  left: 1em;
  width: 10.5em }

ul.navbar li {
  background: black;
  color: white;	
  margin: 1em .5;
  padding: .6em}



ul.navbar2 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0em;
  left: 38em;
  width: 12.5em }

ul.navbar2 li {
  background: black;
  color: white;	
  margin: 1em .5;
  padding: .312em}


