body {
  background: #ffff99;
  font-family: ZapfHumnst BT;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: lightblue;
}

ul {
  margin: 0;
}

h2 {
  color: darkblue;
}

h3 {
  color: darkblue;
}

#links {
  text-align: center;
}

#left{
  float: left;
  width: 300;
}

#center{
  position: absolute;
  left-margin: 320;
  
}
