/* blue colour used in rollover images: #4b66ab */

/* default link colours */
a, a:link, a:visited, a:active { color: #bdbcbd; }
a:hover { color: #ffffff; }

body { 
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  color:   #bdbcbd; 
  margin:  0px;
  padding: 0px;
  background-color: #000000;
}


table.main {
  background:       #000000;
  background-color: #000000;
}

div.text {
  background-color: #000000;
  //color:     #808080;
  color:     #000000;
  padding:   10px;
  font-size: 10px;
  text-align: left;
}

p.text {
  font-size: 12px;
  color: #000000;
  text-align:    left;
  padding-left:  10px;
  padding-right: 10px;
}
p.text a, p.text a:link, p.text a:visited { color: #000000; }
p.text a:hover { color: #ffffff; }
