h1 { 
     font-family: sans-serif;
     font-size: 16pt;
     font-weight: bold;
     color: #004080;
}

h2 {
     font-family: sans-serif;
     font-size: 14pt;
     font-weight: bold;
     color: #004080;
     background: #D0E0F0;
}

body, p {
     font-family: sans-serif;
     font-size: 11pt;
     color: #000000;
     background: #FFFFFF;
}


