H1 {
    <!-- font: normal bolder 14pt Arial; -->
    font-family: helvetica, arial, sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: bolder;
}

H2 {
    <!-- font: normal bolder 12pt Arial; -->
    font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bolder;
}

A:HOVER {
    background-color: #e0e0e0;
}

A:VISITED {
    color: blue;
}

A {
    color: blue;
}