body{
  background: #ee5;
  background-repeat: no-repeat;
  margin: 0px;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN";
}
body:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -100;
  width: 100%;
  height: 80px;
  background: #333;
  background: linear-gradient(#ffe 0%, #eea 50%, #ee5 100%);
}
h1{
  font-size: 200%;
  font-weight: bold;
}
h2{
  background: #fff;
  padding: 3px;
  border: solid 1px #533;
  font-size: 150%;
  font-weight: bold;
}
h3{
  margin: 5px 0px;
  padding: 3px;
  border-left: solid 5px #533;
  border-bottom: solid 1px #533;
  font-size: 120%;
  font-weight: bold;
}
a{
  color: #000;
  text-decoration: none;
}