BODY {
  font-family: Tahoma;
  background-color: white;
  color: black;
}

.leftmargin {
  width: 150px;
  background-color: black;
  color: white;
}

.topmargin {
  background-color: black;
  color: white;
}

.footer {
  text-align: center;
}

a img {
  border: 0;
  background-color: transparent;
  color: white;
}


a:link {
  text-decoration: none;
  color: #BFAE1C;
  background-color: transparent;
}

a:visited {
  text-decoration: none;
  color: blue;
  background-color: transparent;
}

.link {  
  color: #BFAE1C;
  background-color: black;
  text-indent: 15px;
}

.toplevel {
  color: red;
  background-color: black;
  font-size: 1.2em;
}


