DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
  font-family: helvetica;
  color : #666666;
  background : #333333;
}


body

A:link { color : #666666}
A:active { color : #666666}
A:visited { color : #666666}
A:hover { color : #999999}

.caption {
  font-size : 9pt;
  color : #dddddd;
  font-style : italic;
}

body
{
  background-image: url();
  background-position:top center;
  background-repeat:repeatt;
  background-attachment:fixed;
}


TD.thumbnail
{
  vertical-align: top;
  horizontal-align:middle;
  max height: 110px;
}

/a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active 
/{ 
 
     border: #999999 1px solid;   
     margin-bottom: 0px; 
     padding-top: 0px; 
     width: variable; 
     display: block; 
     height: fixed; 
     -moz-border-radius-bottomright: 5px; 
     -moz-border-radius-topleft: 5px; 
 
 
}
 

img.thumbnail 
{
        vertical-align: bottom;
        display:block;
}
 
.display /* border around image in image page */
{
        border: #black 1px solid;
        margin-top: 1em;
        background: rgb(0, 0, 0);
}
 

/* --- simple code to hide the menu -- */
/* thanks https://www.pbase.com/arjunrc */
body table td a img { display:none;} 
.thumbnails table img {display:none;}
table img {display:block;}
.display,.display img {display:block;}
.thumbnails table,.thumbnails table img, .display,p.small{ 
display: inline; 
body div.galleryheader table td a img {display:inline;}
}

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
