BODY {
  color: #FFFFFF;
  background: #000000;
  margin-left: 7%;
  font-family: verdana, helvetica, sans-serif;
}

A:link { color: #900 }

A:visited, A:active { color: #009 }

.hide {
  display: none;
  color: white;
}

SPAN.date { font-size: 0.8em }

SPAN.attribution {
  font-weight: bold
}

BLOCKQUOTE {
  margin-left: 4em; 
  margin-right: 4em;
  margin-top: 10pt; 
  margin-bottom: 10pt;
  font-style: italic;
}

ADDRESS { 
  text-align: right;
  font-weight: bold;
  font-style: italic 
}

/*
      The following section creates a set of partially overlapping
      headlines in different colors and font families. Negative
      margin values must be set on block-level elements to have an
      effect - in this document P elements are used and the selectors
      are named '#p*'. Since these headlines contain links, they will
      normally be colored accordingly. To override this, SPAN elements
      have been inserted within the A elements and the colors and
      fonts are set on these. The respective selectors are  named '#s*'.
*/


#s1 {
  color: #00FFFF; 
  font: 100px Arial, Helvetica, sans-serif;
}

#p1 {
  margin-top: -30px;
  text-align: right;
}

#s2 {
  color: 1E90FF; 
  font: 120px Arial, Helvetica, sans-serif;
}

#p2 {
  margin-top: -60px; 
  margin-left: 180px;
  text-align: left;

}

#s3 {
  color: #00BFFF;
  font: bold 80px Verdana, Arial, Helvetica, sans-serif;
}

#p3 {
  margin-top: -40px;
  text-align: left;
}



#s4 {
  color: #DC143C; 
  font: bold 140px Arial, Helvetica, sans-serif;
}

#p4 {
  margin-top: -50px;
  text-align: right;
}



#s5 {
  color: #FF8C00;
  font: bold 60px Verdana, Arial, Helvetica, sans-serif;
}

#p5 {
  margin-top: 30px;
  text-align: left;
}



#s6 {
  color: #22A;
  font: bold 125px Verdana, Arial, Helvetica, sans-serif;
}

#p6 {
  text-align: center;
  margin-top: 40px;
}

#s7 {
  color: #E6E6FA;
  font: bold 45px Courier New;
}

#p7 {
  text-align: right;
  margin-top: -35px;
}
