/* Generated by KompoZer */
* {
  margin: 0px;
  padding: 0px;
}
.Menu {
  float: left;
  background-color: #ffcccc;
  height: 750px;
  width: 170px;
}
ul {
  border-style: solid;
  border-width: 1px;
  width: 168px;
}
li {
  border-style: solid;
  border-width: 2px 1px 1px 2px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  font-family: Comic Sans MS;
  font-size: 120%;
  background-color: #cccccc;
  text-align: center;
}
li a {
  text-decoration: none;
  font-weight: bold;
  color: #009900;
  display: block;
  width: 164px;
}
li a:hover {
  background-color: yellow;
}

