/* stylesheet starts */


body {
  font-family: "Book Antigua", Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #000000;
  background-color: white;
} 

h1 {
  font-family: "Book Antigua", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

h2 {
  font-family: "Book Antigua", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #C6EC8C;
}

.note { 
  font-size: small 
}

.blue { 
  color: blue 
}



/* end of the stylesheet */
