body { 
  color: black; 
  background-color: white; 
  font-family: Helvetica, Geneva, Arial,
               SunSans-Regular, sans-serif;
}

h3 {
  font-size: 11pt; 
  font-weight: bold;
  width: 100%;
  color: black; 
  background-color: lightgrey;
  border : 4pt;
  padding: 4px 0px 4px 4px;
}

div.footer {
  font-size: 8pt; 
  font-weight: bold;
}

a:hover { 
  text-decoration:  none;
  background: yellow;
} 

a:link {
  color: blue;
} 

a:visited {
  color: purple;
} 

a img {
  border: none;
}

