body {
  background-color:#404040;
  padding:0px;
  margin:0px
}
#pageheader {
  background-color:black;
}
#pageheader h1 {
  color:white;
}

#pagecontent {
  background-color:black;
  color:#e0e0e0;
}

#pagecontent a {
  text-decoration:none;
  color:white;
  font-weight:bold;
}

#pagecontent a:visited {
  border-bottom:1px dashed #7f7f7f;
}

#pagecontent a:hover {
  border-bottom:0px;
  text-decoration:underline;
}

#pagecontent li {
  white-space:nowrap;
}

.staffname {
  color:white;
}

