BODY {
  background-color: black;
}

BODY, TD {
  color: white;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.indent {
  margin-left: 1cm;
}

H1,H2,H3,H4,H5,H6,H7 {
  color: rgb(80,80,255);
}

A:link      { ztext-decoration: none; color: #cccccc; font-weight: bold;}
A:visited   { ztext-decoration: none; color: #cccccc; font-weight: bold;}
A:active    { ztext-decoration: none; color: #cccccc; font-weight: bold;}
A:hover     { ztext-decoration: underline; color: #ffffff; font-weight: bold;}

A.underline:link      { text-decoration: underline}
A.underline:visited   { text-decoration: underline}
A.underline:active    { text-decoration: underline}

BODY.slideshow {
    margin: 0px;
    padding: 0px;
    spacing: 0px;
}

TD.slideshow_heading {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    color: white;
  }
