body { 
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 15pt;
    padding-left: 3em;
    padding-right: 3em;
    color: black;
    background: #00ffff }
    
    a:link  {color: blue }
    a:visited  {color: purple }
    a:hover  {color: red 
    }



H1 {font-family: georgia, "times new roman", times, serif;
    font-size: 25pt; 
    font-weight: bold
    
}
H2 {font-family: georgia, "times new roman", times, serif;
    font-size: 20pt;
    font-weight: bold 
    }

