
#p1 { margin-top: 10px;
      text-align: right;
    }

#s1 { color: #FFF;
      font: 100px Impact, sans-serif;
    }

#s2 {
  color: #900; 
  font: italic 400px Impact, sans-serif;
}

#p2 {
  margin-top: 80px; 
  text-align: center;
}

#s3 {
  color: #080;
  font: 40px Verdana, sans-serif;
}

#p3 {
  margin-top: 10px;
  text-align: center;
}

#s4 {
  color: #37F; 
  font: bold 40px Courier New, monospace;
}

#p4 {
  margin-top: 50px;
  text-align: right;
}


#s5 {
  color: #F73;
  font: bold 60px Verdana, sans-serif;
}

#p5 {
  margin-top: 40px;
  text-align: left;
}

#s6 {
  color: #900; 
  font: italic 150px Impact, serif;
}

#p6 {
  margin-top: 40px; 
  text-align: center;
}

#ref {
  margin-top: 150px;
  text-align: center;
  font-size: 10pt; 
}


A:link { color: #0080FF; text-decoration: underline }
A:visited, A:active { color: yellow; text-decoration: none }
A:hover {text-decoration: none}

BODY {  color: #0099FF;
        background: #000; 
        font-weight: bold;
        font-size: 12pt;
        font-family: verdana, helvetica, sans-serif;
      }


H1 { margin-left: 3%;
     color:#F00;
     font-size: 16pt;
     font-familiy: Courier New, monospace;
   }


H2 { margin-left: 4%;
     color:#BBB;
     font-size: 14pt;

   }



