html{
  margin-top: 0px;
}

body {
  background-color: #000000;
  background-image: url("http://quantimeclassics.com/images/gradient5.png");
  background-repeat: repeat-y;
  background-position: center;
  color: #E7D558;
  font-size: 14pt;
  text-align: left;
  font-family: Tahoma, Arial, sans-serif;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
}

table{
  font-size: 14pt;
  font-family: Tahoma, Arial, sans-serif;
}

textarea {
  background: #F8F2C9;
  font-size: 14pt;
  font-family: Tahoma, Arial, sans-serif;
}

input.opaque {
  background: #F8F2C9;
  font-size: 14pt;
  font-family: Tahoma, Arial, sans-serif;
}

a:link{
color: #FFFFFF
}
a:visited{
color: #FFFFFF
}
a:hover{
color: #FFFFFF
}
a:active{
color: #FFFFFF
}

font.small{
  font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, h7{
  font-family: 'Lucida Calligraphy', 'Apple Chancery', 'Zapf Chancery', 'cursive';
}

h1 {
  font-size: 36pt;
}
h2 {
  font-size: 30pt;
}
h3 {
  font-size: 24pt;
}
h4 {
  font-size: 18pt;
}
h5 {
  font-size: 14pt;
}
h6 {
  font-size: 12pt;
}

font.plain{
  font-family: Tahoma, Arial, sans-serif;
}
p{
  text-indent: 1.5em;
  margin-top: 0;

}