   .StyleSheetHiddenPlaceHolder { display: none; }

 body {
    font-family: "Book Antiqua", Georgia, Palatino, Times, serif;
 }

/* In Netscape v4 <table>, <th> and <td> don't seem to inherit 
   anything from body. If they're concatenated onto the body tag
   everything else looses it's <body> inheritance. So, I'll have
   to concatenate all the base tags togther...
*/

 a {text-decoration: none;
    }
 a:link {color: blue}
 a:visited {color: navy}
 a:hover {color: red}
 a:active {color: red}

 p, td, th, ul, ol, dl, dt, dd, li, address, blockquote {
    font-family: "Book Antiqua", Georgia, Palatino, Times, serif;
 }

   p, li {  
      text-align: Justify;
   }

   address {
      font-size: small;
      text-align: left;}

   H1, H2, H3, H4, H5, H6 {
      font-style: italic;
      color: navy;
      font-family: helvetica, Arial, sans-serif;}

   H1 {
      text-align: Center;
   }

div.galleryItem {
  float: left;
  text-align: center;
/*  background-color: lightgrey; */
  border-color: lightgrey;
  border-width: 0;
  margin: 0.5em;
  height: 180px;
  width: 200px;
  padding: 0;
  }
  
div.galleryItem p {
   margin-top: 1px;
   text-align: center;
   font-size: 0.6em;
   font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   font-style: normal;
   }
 .picturecaption {
   text-align: left;
   font-size: 8pt;
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   font-style: normal;
   font-weight: normal;
 }
 dd.picturecaption {
   margin-left: 1em;
   font-weight: normal;
 }
 p.picturecaption {
   font-size: 10pt;
   font-weight: bold;
 }


 .caption {
   font-size: smaller;
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   font-style: normal;
 }

