A {
  font-family: Arial, Verdana;
  font-size: 10pt;
  color: #aa0000;
}
BODY, TH, TD
{
        font-family  : Arial;
        font-size    : 10pt;
        color        : white;
}
BODY {
        background-color        : black;
}
p.Category {
        color: white;
        background-color: blue;
        font-weight: bold;
        font-size:18pt
}
p.SubCategory {
        color: red;
        font-weight: bold;
        font-size:13pt;
/*        margin: 0px 0px 0px 20px;*/
}
p.SubSubCategory {
        color: white;
        font-weight: bold;
        font-size:12pt;
}
UL.Bigger {
        font-size:12pt;
}
