﻿body
{
    font-family: Verdana;
}

.YellowBG
{
    background-color: #FFFF00;
    font-weight: bold;
    color: #FF0000;
    font-size: larger;
}
.PageTitle
{
    font-weight: bold;
    color: #0000FF;
    font-size: x-large;
}
.RedBold
{
    color: #FF0000;
    font-weight: bold;
}
.SmallerFont
{
    font-size: smaller;
}
.ArialFont
{
    font-family: Arial, Helvetica, sans-serif;
}
