.MenuLink
{
    color:White;
    font-weight:bold;
    text-decoration:none;
}

.MenuCell
{
    background-color:#000099;
    border-color:#0000CC;
    border-style:solid;
    border-width:1px;
    height:40px;
}

.MouseOverMenuCell
{
    background-color:#660099;
    border-color:#0000CC;
    border-style:solid;
    border-width:1px;
}

.ContentLink
{
    color:Blue;
    text-decoration:underline;
}

.MouseOverContentLink
{
    color:Navy;
    text-decoration:none;
}

.BottomLink
{
    color:White;
    text-decoration:none;
}

.MouseOverBottomLink
{
    color:Aqua;
    text-decoration:none;
}

.ButtonStyle
{
    background-color:#000099;
    border-color:#0000CC;
    border-style:solid;
    border-width:2px;
    color:White;
    font-weight:bold;
}

.HebrewListItemStyle
{
    padding-bottom:5px;
}