h1 {
        color: darkblue;
        background: white;
}

h2 {
        color: lightblue;
        background: white;
}

body {
        font-family: Arial, sand-serif, Tahoma;
        font-size: 13px;
        color: black;
        text-decoration: none;
}

.warn {
        font-family: sans-serif;
        font-size: 11px;
        color: red;
        text-decoration: none;
}

.note {
        font-family: sans-serif;
        font-size: 9px;
        text-decoration: none;
}
