/* this CSS has been validated */

body {
  color: black;
}

a:link {
  color: #000066;
  font-size: 110%;
  background: #eeeeee;
}

a:visited {
  color: #666666;
  font-size: 100%;
}

a:hover {
  background: #cccccc; 
  font-size: 110%;
} 

a:visited:hover {
  font-size: 100%;
}


div#header {
  position: fixed;
  top: 0px;
  left: 1px;
  width: 99%;
  height: 150px;
  display: block;
  border-width: 2px;
  border: solid #000066;
  background-color: white;
  z-index: 10;
}

div#content {
  position: absolute;
  top: 150px;
  left: 5%;
  right: 5%;
  z-index: 5;
}



div.fig_right {
  float: right;
  width: auto;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
}

div.fig_left {
  float: left;
  width: auto;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
}

p.caption {
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


*/
