 body{
  background: white;
  font-family: times new roman, serif;
  font-size: 12pt;
  color: black;
 }

 a{
  display: inline;
  color: black;
 }

 div{
  background: white;
  color: black;
 }

 img{
  display: none;
 }

 h1{
  border-bottom: 1px solid black;
 }

 h3{
  color: black;
  font-weight: normal;
  margin-bottom: 2px;
  text-decoration: underline;

 }

 ul{
  list-style: disc;
  margin: 0px;
  padding-left: 10px;
 }

 li{
  float: none;
 }

 #nav{
  float: right;
  text-align: left;
  padding: 2px;
  border: 1px solid #eee;
  font-size: 90%;
 }

 #nav .on a{
  font-weight: bold;
 }

 #nav ul:before{
   content: "Navigation:";
 }

 #nav li{
  list-style: none;
  margin-right: 3px;
  float: left;  
 }

 #content{
  float: none;
  padding-left: 10px;
 }

 #footerText{
  border-top: 1px solid black;
  margin-top: 18px;
  padding-top: 5px;
  font-size: 90%;
  text-align: center;
  clear: both;
 }

 #content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
 }

 #thumbs a:link:after, #thumbs a:visited:after {
  content: "";
 }


 #thumbs img{
  display: block;
  border: 0;
  margin-right: 1em;
 }

 #thumbs ul{
  list-style: none;
 }

 #thumbs li{
  float: left;
 }


#contact ul{
 list-style: none;
}
