BODY {
 background-color: white;
 color: black;
 margin: 0px;
}

.siteheader {
 margin: 0px;
 padding: 1px;
 text-align: center;
 background-color: black;
}

.sitemenu {
 width: 130px;
 background-color: black;
 text-align: left;
 float: left;
}

.sitemenu A {
  color: white;
  font-weight: bold;
  font-family: arial;
  font-size: 15;
  text-decoration: none;
  height: 22px;
  border: solid 2px #000000;
     
}

.sitemenu A:hover {
 background-color: blue;
 color: white;
}
