/* Cascading Style Sheets for World Wide Wounds */

/* $Header: /home/local/lib/docs/WWW/Stylesheets/RCS/smtl.css,v 1.1 1999/11/26 15:00:38 pete Exp pete $
   $Log: smtl.css,v $
   Revision 1.1  1999/11/26 15:00:38  pete
   Initial revision

   Revision 1.1  1998/11/20 10:51:05  pete
   Initial revision

*/
BODY {
  color: #000;
  background-color: #FFF; 
  /* background-image: url(/images/backgrounds/lgrey.gif); */
  margin-left: 7%;
  margin-right: 7%;
  
  /* font-family: verdana, helvetica, sans-serif; */
}

H1 { 
  text-align: center;
  margin-left: -6%;
  color: #900;
  font-family: verdana, helvetica, sans-serif; 
}

H2 { 
  margin-left: -4%;
  color: #900;
  font-family: verdana, helvetica, sans-serif; 
}

H3 {
  margin-left: -2%;
  color: #900;
  font-family: verdana, helvetica, sans-serif; 
}

H4 {
 color: #900;
  font-family: verdana, helvetica, sans-serif; 
}

P.changed {
	color: orange;
	}

/* The following should do drop caps but doesn't. */
/* P:first-letter { font-size: 200%; float: left }  */

.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: 6pt; 
  margin-bottom: 6pt;
  font-style: italic;
}

CODE {
font-family: Courier;
}
ADDRESS { 
  text-align: right;
  font-weight: bold;
  font-style: italic 
}
PRE { 
  text-align: left;
  font-family: Courier;  
}

/*
      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: #DDD; 
  font: 100px Impact, sans-serif;
}

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

#s2 {
  color: #000; 
  font: italic 40px Georgia, serif;
}

#p2 {
  margin-top: -80px; 
  margin-left: 5%;
}

#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: -20px;
  text-align: right;
}



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

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



#s6 {
  color: #22A;
  font: bold 25px Verdana, sans-serif;
}

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


#s7 {
  color: #088;
  font: italic 80px Verdana, sans-serif;
}

#p7 {
  text-align: right;
  margin-top: -70px;
}


#s8 {
  color: #088;
  font: italic 20px Verdana, sans-serif;
}

#p8 {
  margin-top: -10px;
  margin-left: 3%;
}


#s9 {
  color: #000; 
  font: 20px Georgia, serif;
}

#p9 {
  margin-top: -10px;
  margin-left: 30%;
}

#s10 {
  color: #900; 
  font: bold 10pt Georgia, serif;
}

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


#s11 {
  color: #990;
  font: italic 20px Georgia, serif;
}

#p11 {
  margin-top: 0px;
  margin-left: 20%;
}

