body { 
  font-family:lucida sans unicode, verdana, sans, arial, helvetica, sans-serif; 
  background-color: white; 
  color: #000000;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

p,ul {
  font-size: 10pt;
}

.imagesmall {
  font-size: 7pt;
  text-align: center;
}

p.image {
  font-size: 10pt;
  text-align: center;
}


address {
  font-size: smaller;
}

em {
  font-weight:bold;
}

a:link { color:#007777; text-decoration:none; }
a:visited { color:#007777; text-decoration:none; }
a:hover { text-decoration:underline; }



