body
{
    background-color: #ffffff;

    text-align: left;
    color: black;
    font-family: verdana, arial;
}

p.tagline
{
    text-align: left;
    color: #ffffff;
    font-family: arial;
    font-size: 14px;
    position: relative;
    left: 64px;
}

p.spacer
{
    height: 118px;
}

h5
{
    font-weight: bold;
}

a:link /* unvisited link */
{
    color: #444444;
}

a:visited /* visited link */
{
    color: #999999;
}

a:hover /* mouse over link */
{
    color: #aaaaaa;
}

a:active /* selected link */
{
    color: #aaaaaa;
}