body {
   background-color : #ffff64;
   color : #000000;
}

/* text exif info (if available) */
.fontexif {
   color : #000000;
   text-decoration : none;
   font-size : small;
   font-weight: normal;
}
.fontexifb {
   color : #000000;
   text-decoration : none;
   font-size : small;
   font-weight: bold;
}
a.fontexif:hover {
   font-weight: bold;
}

/* text image description (if available) */
.textimg {
   color : #000000;
   text-decoration : none;
   text-align : center;
   font-size : 14pt;
   font-weight: normal;
}

/* the image */
img {
   border-width : 0px;
}

