﻿body, textarea, table
{
    font-family: Verdana, Arial;
    font-size: 10pt;
}

textarea
{
    height: 100px;
}

h1
{
    font-size: 20px;
    color: #777777;
    margin-top: 0px;
}

h2
{
    font-size: 16px;
    color: #777777;
    margin-top: 0px;
}

h3
{
    font-size: 14px;
    color: #777777;
    margin-top: 0px;
}

a
{
    color: #3399CC;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
	border-width: 0px;
}

p
{
    margin: 8px 0px;
}
