body {background-color: rgb(0, 0, 0);
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 10pt; 
      font-weight: normal;
      color : white;
}

h,h2,h3 {font-weight: normal;}

.path {}

.selected {visibility: visible;
           color: green;
          }

img {border: 2px solid white}

img.toc {color: black;
     background-color: black;}

img.toc:hover {
     color: white;
     background-color: black;}

img.gallery {color: white;
     background-color: black;}

img.gallery:hover {
     color: white;
     background-color: black;}

.uline {
    border-bottom : 1px solid;
}

a:link {
    color : rgb(80,80,80);
    text-decoration: none;
}
a:active {
    color : rgb(80,80,80);
    text-decoration: none;
}
a:visited {
    color : rgb(80,80,80);
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: none;
}
.rss {
    border: 3px solid;
    border-color: #FC9 #630 #330 #F96;
    background: #F60;
    color: #FFF !important;

    margin: 0;
    padding: 0 3px;
    font: bold .7em verdana, sans-serif !important;
    text-decoration: none !important;
}
