body,p { /* base page style */
  color: #FFFF60;
  background: #220000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
}

td {
  font-size: 8pt;
}

a {
  color: #FF0000;
  text-decoration: none;
}

a:hover { 
  text-decoration: none;
  color:#FF8844;
}

ul a:visited {
  text-decoration: none;
  color: #FF0000;
}

a:link img, a:hover img, a:visited img {
  border-style: none;
}

h1 { /* the header of all pages. Backgound-image is included in page*/
  height: 70px;
  background: #220000;
  color: #FFFF60;
  font-weight: normal;
  letter-spacing: 3pt;
  font-size: 1.8em;
  vertical-align: top;
  text-align: right;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

ul.menu { /* the navigation menu (parent folders) */ 
  background: #440000;
  border-top: solid 1px #FFFF60;
  border-bottom: solid 1px #FFFF60;
  font-weight: bold;
  letter-spacing: 1pt;
  margin: 0px;
  padding: 3px 0px 3px 2%;
  color: #FFFF60;
}
ul.menu li {
  display: inline;
  color: #FFFF60;
}
ul.menu li a {
  color: #FFFF60;
}
ul.menu li.up {
  position: absolute;
  right: 2%;
}

h2,h3         { color: #F0500B; }

ul.list { /* the list of subfolders */
  list-style-type: none;
  width: 68%;
  position: relative;
  left: 2%;
}
ul.list li {
  line-height: 130%;
  color: #FFFF60;
}
ul.list li a {
  color: #FFFF60;
}

table.float {
    padding: 0px 0px;
    margin-left: 10px;
    margin-top:  10px;
    float:left;
}


td.caption { /* this is for text below thumbnails and images */
  border: solid 1px #440000;
  background: #440000;
  font-size: 8pt;
  color: #FFFF60;
  text-align: center;
  padding: 0px 4px;
  height:28px;
}

td.thumbalbum { /* this is for text below thumbnails and images */
  border: solid 1px #440000;
  background: #440000;
  font-size: .8em;
  color: #FFFF60;
  line-height: 130%;
  height:150;
  text-align: center;
  padding: 0px 4px;
}


td.image { /* this is for text below thumbnails and images */
    border: solid 1px #440000;
}


h2 a { /* color of links in the headers/footers */
  color: #FF0000;
}


div.spacer { /* needed to clean the flow before and after floating thumbnails */
  clear: both;
}

p.address { /* the footer of all pages */
  margin: 2%;
  font-size: 7pt;
  color: #FFFF60;
  font-style: normal;
}
p.address a { /* color of links in the footer */
  color: #FF0000;
}


