body {
  background-color: #000000;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 1em;
  color: #bbaa99;
}

a:link          { color: white; }
a:visited       { color: #bbaa99; }
a:active        { color: #FF0000; }
a:hover         { color: #00FF00; }

#validator {
  text-align: center;
  font-size: 7pt;
}

#copyright {
  font-size: 9pt;
  text-align: center;
}

#footer {
  font-size: 9pt;
  text-align: center;
}

#clickon {
  font-size: 9pt;
  text-align: center;
  font-weight: bold;
}

#image_container {
  text-align: center;
  margin: 5px;
}

#navigation {
  width: 100%;
  text-align: center;
}

#prev {
  float: left;
  text-align: left;
}

#next {
  float: right;
  text-align: center;
}


  

