body { 
    font-size: 12pt;
}

h1 {
     color: navy;
     background-color: white;
     font-size: 14pt;
     font-weight: bold;
}

h2 { 
     color: red;
     background-color: white;
     font-size: 14pt;
     font-weight: bold;
}

h3 { 
     color: black;
     background-color: white;
     font-size: 12pt;
     font-weight: bold;
     }

a {
    color: navy;
    background-color: white;
    font-size: 8pt;
    font-weight: bold;
}

li {
     margin-bottom: 1em;
}