body { color: black;
	background: url(brfbackground.jpg);
    margin-left: 5%;
	margin-right: 5%;
}

h1 {text-align: center}
h2,h3,h4,h5,h6 { margin-left: -2%; }

a:link    { color: #996600; text-decoration: none; }
a:visited { color: #660000; text-decoration: none; }
a:hover   { background: #FFC000; }

pre { font-family: Andale Mono, Courier, monospace; }

.topmenu {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
  background-color: #FFC000;
}

.topmenu li {
  float: left; 
}

.topmenu li a {
  text-decoration: none;
  color: black;
  background-color: #FFC000;
  padding: 2px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  text-align: center;
  font-family: sans-serif;
  display: block;
}

.topmenu li a:visited {color: black; text-decoration: none;}
.topmenu li a:hover {color: red;}

#limarkiert {color: blue; }

