html {
  background: linear-gradient(white,#33CCFF);
  background-attachment: fixed;
  background-size: cover;
}

body {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  margin:50px;
  width:80%;
  height:100%;
  overflow:hidden;
}
h3 {
  margin-left:150px;
  font-variant: small-caps;
}
.title {
  font-size: 1.5em;
  font-weight:bolder;
  padding-right:50px;
  font-variant: small-caps;
}

#top_frame {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#content {
position: fixed;
top: 50px;
left: 50px;
right: 0;
bottom: 0;
overflow: auto;
}

a {
  color: #003366;
}
