
html {
  margin: 0;
  padding: 0;
  background-color: white;
}


body {
  margin: 0;
  margin-left: 100px;
  padding: 0;
  background: white url(/images/halfmoon.png) no-repeat center;
  height: 500px;
  width: 500px;
  font-family: "Lucida Grande", "Lucida Sans", verdana, helvetica, swiss911, sans-serif;
  font-size: 12pt;
}

h1 {
  color: #990000;
  font-size: 18pt;
  text-align: right;
  position: absolute;
  top: 195px;
  left: 100px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
  color: #990000;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #990000;
}


li {
 margin: 0;
 padding: 0;
 position: relative;
 font-size: 12pt;
}


#brpep {
 left: 281px;
 top: 212px;
}

#brmb {
  left: 270px;
  top: 140px;
}

#brbaa {
  left: 271px;
  top: 283px;
}

