body { 
font-family: sans-serif;
color: #000000;
background-color: #ffffff;
}

H1 {
font-size: 28pt;
color: #2a84a8;
}

H2 {
font-size: 16pt;
color: #000000;
}

a:link {
color: #270088;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
background: #ffffff}
 
a:visited {
color: #336666;
text-decoration: none;
}

a:active {
color: #000099;
text-decoration: none;
}

