/* Cascading Style Sheets for World Wide Wounds */

/* $Header: /home-enterprise/local/lib/docs/WWW/Stylesheets/world-wide-wounds.css,v 1.2 1999/06/18 14:24:04 pete Exp pete $
   $Log: world-wide-wounds.css,v $
   Revision 1.2  1999/06/18 14:24:04  pete
   *** empty log message ***

   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: -2%;
  color: #900;
  font-family: verdana, helvetica, sans-serif; 
}

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

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

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;  
}

