A
   {
      color: white;
      font-family: verdana,helvetica,arial,sans-serif;
      font-weight: normal;
      font-size: 9pt;
      text-decoration: none;
   }

A.gallery
   {
      color: yellow;
      font-family: verdana,helvetica,arial,sans-serif;
      font-weight: normal;
      font-size: 9pt;
      text-decoration: none;
   }

A.plain
   {
      background: none;
      font-weight: normal;
      font-size: 9pt;
      text-decoration: none;
   }

A.main
   {
      color: #FFFFC0;
      font-family: verdana,helvetica,arial,sans-serif;
      font-weight: normal;
      font-size: 9pt;
      text-decoration: none;
   }

A.comment
   {
      color: navy;
      font-family: verdana,helvetica,arial,sans-serif;
      font-weight: bold;
      font-size: 9pt;
      text-decoration: none;
   }

A.email
   {
      color: white;
      font-family: verdana,helvetica,arial,sans-serif;
      font-weight: normal;
      font-size: 9pt;
      text-decoration: none;
   }

A:hover
   {
      color: black;
      background: yellow;
      font-size: 9pt;
      font-weight: normal;
      text-decoration: none;
   }

A:hover.gallery
   {
      color: navy;
      background: white;
      font-size: 9pt;
      font-weight: normal;
      text-decoration: none;
   }

A:hover.plain
   {
      background: none;
      font-size: 9pt;
      font-weight: normal;
      text-decoration: none;
   }

A:hover.main
   {
      color: black;
      background: white;
      font-size: 9pt;
      font-weight: normal;
      text-decoration: none;
   }

A:hover.comment
   {
      color: white;
      background: navy;
      font-size: 9pt;
      font-weight: bold;
      text-decoration: none;
   }

A:hover.email
   {
      color: yellow;
      background: none;
      font-size: 9pt;
      font-weight: normal;
      text-decoration: none;
   }

.block-center
   {
      margin-left:auto; margin-right: auto;
      vertical-align: middle;
   }


DIV.center-image
   {
      position:absolute;
      left:50%;
      top:50%;
      width:800px;
      height:600px;
      margin-left:-400px; 
      margin-top:-300px;
   }

TABLE
   {
      vertical-align: middle;
   }

TD.justify
   {
      text-align: justify;
   }

P, TD
   {
      font-family: verdana,helvetica,arial,sans-serif;
      font-size: 9pt;
   }

P.captions
   {
      color: navy;
      font-style: normal;
      font-size: 9pt;
   }

SPAN.captions
   {
      color: navy;
      font-style: normal;
      font-size: 9pt;
   }

SPAN.exif
   {
      color: yellow;
      font-style: normal;
      font-size: 9pt;
   }
