a
{
    color: Aqua;
}
body
{
    font-size: 80%;
    color: #ffffff;
    font-family: Verdana, Tahoma, Sans-Serif;
    background-color: #333333;
    background-image: url(./images/PageBackground.gif);
    background-repeat: no-repeat;
}
td
{
    font-size: 80%;
}
strong
{
    color: Yellow;
}
.pageHeader
{
    font-size: 175%;
    font-weight: bold;
    font-variant: small-caps;
    font-style: oblique;
    text-align: right;
    color: #ffff00;
}
.sectionHeader
{
    font-size: 125%;
    font-weight: bold;
    color: #ffff00;
}
.attention
{
    font-weight: bold;
    font-size: 75%;
    color: Yellow;
}
.small
{
    font-size: 70%;
    font-weight: normal
}
.categoryName
{
    font-weight: bold;
    text-decoration: underline
}
.categoryCount
{
    color: #FFFF00;
    font-weight: bold;
}
