﻿body
{
    font-size: 10pt;
    color: black;
    font-family: Verdana;
}
H1
{
    font-size: 14pt;
    color: black;
    font-family: Verdana;
    font-weight: bold;
}
a
{
    color: blue;
}
a:hover
{
    color: red;
}