p
{
    color: #990000;
    font-family: Arial;
}
h1
{
    color: #990000;
    font-family: Arial;
}
h2
{
    color: #990000;
    font-family: Arial;
}
h3
{
    color: #990000;
    font-family: Arial;
}
h4
{
    color: #990000;
    font-family: Arial;
}
h5
{
    color: #990000;
    font-family: Arial;
}
h6
{
    color: #990000;
    font-family: Arial;
}
a
{
    color: #FF0000;
    font-weight: bold;
}
ul
{
    color: #990000;
}
a:visited
{
    color: #660000;
}
a:hover
{
    color: #FF3000;
}

.Selected
{
    background-color: DarkGoldenrod;
}
a.Selected
{
    font-family: Verdana;
    font-size: 8pt;
    color: #990000;
    text-decoration: none;
}
a:hover.Selected
{
    color: #990000;
    background-color: orange;
}

SideBar style .SideBar
{
    font-family: Arial;
    font-size: 10pt;
    color: #990000;
    text-decoration: none;
    position: relative;
}
a.SideBar
{
    display: block;
    color: #990000;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
    width: 99%;
}
a:hover.SideBar
{
    color: #990000;
    background-color: orange;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}
a:visited.SideBar
{
    color: #990000;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}
.SideBarHover
{
    cursor: hand;
    background-color: orange;
}
.SideBarNormal
{
    cursor: hand;
    background-color: #CC9933;
}

.Header
{
    font-family: Verdana;
    font-size: 10pt;
    color: Red;
    text-decoration: none;
}
a.Header
{
    font-family: Verdana;
    font-size: 10pt;
    color: Red;
    text-decoration: none;
}
a:visited.Header
{
    font-family: Verdana;
    font-size: 10pt;
    color: Red;
    text-decoration: none;
}
a:hover.Header
{
    font-family: Verdana;
    font-size: 10pt;
    color: Red;
    text-decoration: underline;
}
