﻿/* Category List */
.CatList
{
    width: 90%;
    background-color: #fff;
    color: #990000;
    font-size: large;
    font-weight: bold;
}

/* Sub List */
.SubList
{
    margin-left: 20px;
    font-size: medium;
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

/* Style List */
.StyleList
{
    margin-left: 20px;
    background-color: #fff;
    font-size: medium;
    font-weight: normal;
}
.StyleList a
{
    color: #00C;
}
.StyleList a:hover
{
    background-color: #990000;
    color: White;
}
