
h1 {font-family: "Geneva", "Trebuchet", sans-serif;
    font-size: 275%;
    font-weight: bold;
    color: teal;
    background: transparent;
    margin-bottom: 2px }

h2 {font-family:"Geneva", "Trebuchet", sans-serif;
    font-weight: bold;
    font-size: 175%;
    color: teal;
    margin-top: 15px;
    margin-bottom: 0px}

h3 {font-family:"Geneva", "Trebuchet", sans-serif;
    font-weight: bold;
    font-size: 140%;
    color: #003333;
    margin-top: 15px;
    margin-bottom: 0px}
    
.first {font-family:"Geneva", "Trebuchet", sans-serif;
    font-weight: bold;
    font-size: 140%;
    color: #003333;
    margin-top: 5px;
    margin-bottom: 0px}

h4 {font-family:"Geneva", "Trebuchet", sans-serif;
    font-weight: bold;
    font-size: 115%;
    color: #003333;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 10px}


p  {font-family: "Geneva", "Trebuchet", sans-serif;
    line-height: 120%;
    font-size: 100%;
    color: #003333;
    margin-top: 0px;
    margin-bottom: 2px; 
    margin-left: 25px}

.coda {font-family: "Georgia", "Times New Roman", serif;
       line-height: 100%;
       color: navy }
   
blockquote  {font-family: "Georgia", "Times New Roman", serif;
             font-style: italic; 
             font-size: 100%;
             color: #003333 }


a:link {color: blue; background: #ebf5fc }
a:visited {color: purple; background: #eae4ef }
a:focus {color: fuchsia; font-weight: bold; background: #a5d8f6 }
a:hover {color: fuchsia; font-weight: bold; background: #a5d8f6 }
a:active {color: #ff9900; background: #fffded }
