     


#dark{list-style-type: none;}
#dark {text-decoration: none; font-weight: bold;}
.allheader{background-color: #1f1f1f; }
.allheade {background-color: #1f1f1f; min-height: 90px;}
.black{background-color: #1f1f1f; min-height: 90px;}
  
  

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color:yellow;
}

/* selected link */
a:active {
  color: blue;
}