A{
    color: #8F8F8F;
}
A:hover{
    color: #FFFFFF;
}
A.small_white:link
{
    COLOR: #FFFFFF;
    text-decoration: none
}
A.small_white:active
{
    COLOR: #FFFFFF;
    text-decoration: none
}
A.small_white:visited
{
    COLOR: #FFFFFF;
    text-decoration: none
}
A.small_white:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}


A.top_menu_item {
    text-decoration: none;
}
A.top_menu_item:hover {
    text-decoration: underline;
}

A.small_white:link
{
    COLOR: #FFFFFF;
    text-decoration: none
}
A.small_white:active
{
    COLOR: #FFFFFF;
    text-decoration: none
}
A.small_white:visited
{
    COLOR: #FFFFFF;
    text-decoration: none
}
A.small_white:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
A.small_white:visited:hover
{
    COLOR: #FFFFFF;
    text-decoration: underline;
}

A.side_menu_item{
    display: block;
    width: 160px;
    height: 20px;
    padding-top: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: #46142A;
    COLOR: #8F8F8F;
    text-decoration: none;
}
A.side_menu_item:hover{
    display: block;
    width: 160px;
    height: 20px;
    padding-top: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: #5D2442;
    COLOR: #FFFFFF;
    text-decoration: none;
}

