body {
        color:#000000;
        font-family: "Arial";
}

h1 {
        font-size: 54pt;
        font-weight: bold;
        color:#3000b0;
}
h2 {
        font-size: 36pt;
        font-weight: bold;
        color:#3000b0;
}
h3 {
        font: normal 20pt "Arial";
}
p  { font-size: 11pt; }
li { font-size: 11pt; }
td { font-size: 11pt; }

A:Link, A:Visited
{
        text-decoration: none;
        color:#3000b0;
}

A:hover  {
        text-decoration: underline overline;
        color:#ff0000;
}

A:active {
        text-decoration: underline overline;
        color:#0000ff;
}
