a:link { color: #0000F0 }
a:visited { color: #000067 }
a:active { color: red }

body {
    background: #FFEEEE;
    color: black;
}

h1 {
    background: transparent;
    font-weight: bold;
    font-size: 24pt;
    text-align: center;
}

h2 {
    text-align: center;
}


