﻿body
{
    font-size: 95%;
    font-family: Tahoma;
        line-height: 150%;

}
p
{
    font-size: 95%;
    font-family: Tahoma;
    line-height: 150%;
}
td
{
    font-size: 95%;
    font-family: Tahoma;
        line-height: 150%;

}
h1
{
    font-size: 140%;
    font-family: Georgia;
    font-weight: normal;
    color: #dc143c;
}
a:link
{
    font-size: 95%;
    font-family: Tahoma;
    line-height: 150%;
    color: #8a2be2;
    text-decoration: none;
}
a:hover
{
    font-size: 95%;
    font-family: Tahoma;
    line-height: 150%;
    color: #8a2be2;
    text-decoration: none;
    border-bottom: #ff0099 1px dotted;
}
a:visited
{
    font-size: 95%;
    font-family: Tahoma;
    line-height: 150%;
    color: #8a2be2;
    text-decoration: none;
}