/* Cascading Style Sheets for World Wide Wounds */

/* $Header: /home/httpd/html/World-Wide-Wounds-test/Stylesheets/RCS/world-wide-wounds.css,v 1.3 2001/05/17 21:08:53 pete Exp pete $
   $Log: world-wide-wounds.css,v $
   Revision 1.3  2001/05/17 21:08:53  pete
   merged in changes by Matt.
   Had to amend as rolling in P and TD with the BODY styles
   was causing the home page to not display anything in the table
   at all. Due to the margin-left and margin-right stuff.

   Revision 1.2  2001/03/05 10:00:09  pete
   *** empty log message ***

   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; 
	margin-left: 7%;
	margin-right: 7%;
        line-height: normal;
	font-family: verdana, helvetica, sans-serif !important;
}

P {
	font-family: verdana, helvetica, sans-serif !important;
        line-height: normal;
}

TD   { 
	/* font-size: 10pt !important; */
        line-height: normal;
	font-family: verdana, helvetica, sans-serif !important;
}

CAPTION {
    font-family: verdana, helvetica, sans-serif !important;
	text-align: left
}

INPUT {
	background-color: #FFF; 
}

H1 { 
  text-align: center;
/*  margin-left: -6%;*/
  color: #56cf72;
  font-family: helvetica, sans-serif; 
}

H2 { 
  margin-left: -2%;
  color: #56cf72;
  font-family: helvetica, sans-serif; 
}

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

H4 {
 color: #56cf72;
  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;
}


OL { 
  margin-top: 10pt; 
}

/* Don't change this - it took me ages to get this OK ! PJP */
/* it SHOULD be padding-bott */
DT {
  font-family: verdana, helvetica, sans-serif; 
/* 	padding-bottom: 1em; */
}

DD {
	display: marker;
	padding-left: 1em;
	margin-left: 1em;
  font-family: verdana, helvetica, sans-serif; 
}


ADDRESS { 
  text-align: left;
}

PRE { 
  text-align: left;
  font-family: Courier;  
}

div.frontpage {
  font-family: verdana, helvetica, sans-serif;
 	color: #56cf72;
	padding: 0px 12px 12px 12px;
}

A.frontpage:link {color: #56cf72}
A.frontpage:visited {color: #56cf72}
	
SUP {
	font-size: 60%;
	font-family: verdana, helvetica, sans-serif;
}
SUB {
	font-size: 60%;
	font-family: verdana, helvetica, sans-serif;
}

.smallfont {
	font-size: 80%;
	font-family: verdana, helvetica, sans-serif;
}


/* set list styles */
UL { list-style: disc; }
UL > UL { list-style: circle; }
UL > UL >UL { list-style: square; }

