BODY, TD {
    font-family: verdana;
    font-size: 10pt;
}

A {
    font-family: verdana;
    font-size: 10pt;
    text-decoration: none;
    color: #2175bc;
}

A:Hover {
    font-family: verdana;
    font-size: 10pt;
    text-decoration: underline;
    color: #2175bc;
}

h1
{
    font-family: verdana;
    font-size:14pt;
    color:black;
}

h2
{
    font-family: verdana;
    font-size:11pt;
    color:black;
}

img
{
    border:1px solid white;
}

img:hover
{
    border:1px solid #90bbde;
}

