/* Comments for this stylesheet */
H1 {
    font-family: 'Lucida Blackletter', 'Lucida Calligraphy', 'Bookman Old Style', Arial, 
		             'New Times Roman', Helvetica, sans-serif;
	  font-size: 36px;
    background: transparent;
    color: maroon;
}
H2 {
    font-family: 'Lucida Blackletter', 'Lucida Calligraphy', 'Bookman Old Style', Arial, 
		             'New Times Roman', Helvetica, sans-serif;
  	font-size: 24px;
    background: transparent;
    color: maroon;
}
H3 {
    font-family: 'Lucida Blackletter', 'Lucida Calligraphy', 'Bookman Old Style', Arial, 
		             'New Times Roman', Helvetica, sans-serif;
  	font-size: 20px;
    background: transparent;
    color: maroon;
}
H4 {
    font-family: 'Lucida Blackletter', 'Lucida Calligraphy', 'Bookman Old Style', Arial, 
		             'New Times Roman', Helvetica, sans-serif;
  	font-size: 16px;
    background: transparent;
    color: maroon;
}

  table {
   outline: ;
   margin-left: +5
    font-family: New Times Roman, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background: transparent;
    text-align: top;
    border: 0;
    padding: 1em;
    vertical-align: top;
  }
  td {
    font-family: New Times Roman, Arial, Helvetica, sans-serif;
    font-size: "13px";
    background-color: transparent
  }
