body {
  font-family: Arial;
  font-size: small;
}
#menu {
  border: thin solid #000000;
  width: 120px;
  height: 250px;
  position: absolute;
  padding-top: 20px;
  padding-left: 5px;
}
#main {
  top: 20px;
  left: 140px;
  position: absolute;
}
a:active, a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}

