
h1 {font-family: "Geneva", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 225%;
    color: #f5f8ec;
    background-color: transparent;
    margin-bottom: 2px }

h2 {font-family: "Geneva", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 150%;
    color: #f5f8ec;
    background-color: transparent;
    margin-top: 5px;
    margin-bottom: 2px}
             
h3 {font-family:"Geneva", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 100%;
    background-color: transparent;
    color: #f5f8ec; 
    margin-top: 5px;
    margin-bottom: 2px}


p  {font-family: "Arial", "Geneva", sans-serif;
    line-height: 125%;
    font-size: 100%;
    color: white;
    background-color: transparent;
    margin-top: 2px;
    margin-bottom: 2px }

.links {font-family:  "Arial", "Geneva", sans-serif;
        font-size: 90%;
        color: #fde2b8;
        background-color: transparent;
        margin-top: 2px;
        margin-bottom: 2px }

.coda {font-family: "Geneva", "Times New Roman", "Times", serif;
       font-size: 90%;
       font-style: italic;
       background-color: transparent;
       line-height: 120%;
       color: #d5eae9 }
   
.here {font-family: "Ariel", "Geneva", sans-serif;
       font-size: 110%;
       font-weight: bold;
       color: white; 
       background-color: transparent;
       margin-top: 2px;
       margin-bottom: 2px}

span {font-family: "Ariel", "Geneva", sans-serif;
      font-size: 120%;
      font-weight: bold;
      color: red; 
      background-color: transparent;
      margin-top: 2px;
      margin-bottom: 2px}

.home {font-family:"Geneva", "Arial", "Helvetica", sans-serif;
      font-weight: bold;
      font-size: 120%;
      background-color: transparent;
      color: #f5f8ec; 
      margin-top: 10px;
      margin-bottom: 2px}



a:link {color: #fde2b8; background-color: transparent }
a:visited {color: #857600; background-color: transparent }
a:focus {color: #F1A629; font-weight: bold; background-color: white }
a:hover {color: #F1A629; font-weight: bold; background-color: white }
a:active {color: #E6E100; background-color: transparent }

