﻿body
{
    font-family: Arial, Tahoma, Verdana;
    color: #ffffee;
    font-size: 9pt;
    background-color: #f5d8f5;

}

a
{
    color: #f5b8f5;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.category
{
    padding: 15px;
    font-size: 13pt;
    font-weight: bold;
}

.categorySelected
{
    padding: 15px;
    font-size: 13pt;
    font-weight: bold;
    color: White;
    text-decoration: underline overline;
}
