body {
  background-color: #900;
  color: #fff;
}

a {
  text-decoration: none;
  color:#f8f400;
}

a:hover {
  text-decoration: underline;
  color:#f8f400;
}

.style3 {
  font-size: 36px;
  color: #fff;
}

#main {
  position: relative;
  margin-left: 250px;
}


#leftmenu {
  position: absolute;
  margin-left: 20px;
}
