﻿body
{
    font-family: "Arial" , "Helvetica" , "sans-serif";
}
.paragraph
{
    font-size: 90%;
    font-family: "Tahoma" , "Helvetica" , "sans-serif";
}

.smallerText
{
    font-size: x-small;
    font-family: "Arial" , "Helvetica" , "sans-serif";
}
a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #FFCC66;
}
a:hover
{
    color: #99CCFF;
    text-decoration: underline;
}
.bottomText
{
    font-size: xx-small;
    color: #00D7D7;
}
