#main {
  margin-left: 15%;
  margin-right: 20%; /* Replace width, since IE does not like width for <body> */
  font-family: "Trebuchet ms", Arial, sans-serif; 
  font-size: 12pt;
}
h1 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 18pt;
}
h2 {
  font-size: 16pt;
}
a {
  /* font-family: "Trebuchet ms", Arial, sans-serif; */
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:link {
  color: #0000FF;
  border-color: #0000FF;
  text-decoration: none;
}     
a:visited {
  color: #FF0000;
  border-color: #FF0000; /* For <img> */
  text-decoration: none;
}  
a:hover {
  text-decoration: underline;
}   
a:active {
  color: #FF00FF;
  border-color: #FF00FF;
}
.erasure {
  text-decoration: line-through;
}
#lastmod {
  font-style: italic;
}
#lastmod:before {
  content: "Last Modified: ";
}
#compliance a img {
  border: 0px;
}
#credit {
  font-style: italic;
}

