BODY  { 
   color: black; 
   background-color: #ffffff; 
   margin: 1em 3em }

H1 {
   color: #8F2C44;
   font-size: 200%;

}

SPAN.red  {color : red;}
SPAN.italic  { font-style: italic;}

STRONG.red {color : red;}

H1.center  
  { 
    text-align: center ! important }

H2 {
   color: #8F2C44;
   font-size: 150%;
}


H3 {
   font-size: 130%;
}


H4 {
   font-size: 100%;
}

A:link {
   text-decoration: none;
   color: #AA9966; 
}

A:visited {
   text-decoration: none;
   color: #AA9966; 
}

A:active {
   text-decoration: none;
   color: #AA9966; 
}

A:hover {
   text-decoration: underline;
   color: #AA9966; 
}

P.indent { 
   text-indent: 2em;
}

.center {
 text-align: center;

}

div.colheading {
   color: #777777 ! important;
}

li {
  margin-bottom: .6em;
}

P.small {
	font-size : 75%;
	}

img.d6 {
   vertical-align : -6px
}

img.d15 { vertical-align : -15px }
img.d17 { vertical-align : -17px }
img.d31 { vertical-align : -31px }

