/* Gthumb "Wiki" style */

  body {
    background-image: url(image2.jpg);
	color: black;
  }
  

  td.photo {
   border: 0px solid #ccc;
    background-image: url(image3.jpg);
  }

  table.nav_button {
    border: 0px outset #bbb;
  }

  div.copyright {
    font-size: 8pt;
    color: #888;
  }

  img.photo_center {
    border: 1px solid #ccc;
  }

  img.preview {
    border: 1px solid #ccc;
  }

  .comment, .property, .property_value {
    font-size: medium;
  }

  .property_value file_name {
    font-family: "tahoma";
  }

  .property { font-family: "tahoma";
    list-style-type: disc;
    font-size: medium;
    text-align: left;
    }

  .comment, .property_value { font-family: "tahoma";
    list-style-type: disc;
    font-size: medium;
    text-align: left;
    }
  
  .comment { font-family: "tahoma";
    list-style-type: disc;
    font-size: medium;
    text-align: left;
    }

  div.title {
    color: black;
    font-family: "tahoma";
    list-style-type: disc;
    font-size: 18pt;
    font-weight: bold;
    text-align: left;
  }

  span.page_index {
    color: #000;
  }

  /* links */

  a:link { color: rgb(0, 102, 51);
    text-decoration: none;
    font-weight: bold;
    font-size: medium;
    }

  a:visited { 
    color: #0000FF;
    text-decoration: none;
        font-weight: bold;
    font-size: medium;
  }

  a:hover { color: rgb(153, 204, 51);
    text-decoration: underline;
    font-weight: bold;
    background-color: rgb(255, 255, 204);
    font-size: medium;
    }

  span.nolink {
    color: #AAA;
  }

  span.link {
    padding: 10px;;
  }

