body { 
  background:white; 
  background-color:white; 
  color:black;

  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3,h4, h5, h6 {
  color:Green;
  font-weight: bold;
  background: transparent; }
h3,h4, h5, h6 {
  padding-left:20px;
}

address { padding-left:40px;}
h1 { font-size: 218% }
h2 { font-size: 164% }
h3 { font-size: 145% ; background:#b2ddb2;
text-transform:uppercase; letter-spacing:0.1ex;}
h4 { font-style:italic; font-size: 118%  ; text-transform:lowercase;}
h5 { font-style: italic; font-size: 100% }
h6 { font-variant: small-caps; font-size: 100% }

h2.plain {
  background:white;
  color: Green;
}

h3.plain {
  font-size:118%;
  text-transform:none; letter-spacing:0ex;
  background:white;
  color: black;
}

p.reverse {
  background:#b2ddb2;
  color: black; 
}

address {
  background:#b2ddb2;
  color: black; 
}

center-align {
  text-align: center;
}

right-align {
  text-align: right;
}

left-align {
  text-align: left;
}

 a { font-weight:inherit; text-decoration:underline;
  color:inherit;
  background: transparent;
}


a.plain {
 color:inherit;
  font-weight: inherit;
  text-decoration:none;
}

a:hover{
color:inherit;
  background:#dfd;
}

a.popupimg img { height:0; border-width:0 }

a.popupimg:hover img { position:absolute; top:100px; right:50px; height:160px; border-width:1px; }



