﻿body {
}

.menuitem
{
    font-size: 16px;
    color: white;
    font-style: italic;
    font-family: Times New Roman;
    text-decoration: none;
    font-weight: bold;
}
.selectedmenuitem
{
    font-size: 16px;
    color: pink;
    font-style: italic;
    font-family: Times New Roman;
    text-decoration: none;
    font-weight: normal;
}

.normaltext
{
    font-size: 12px;
    color: maroon;
    font-family: Verdana, Arial;
    text-decoration: none;
    font-weight: normal;
    direction: ltr;
}

.normaltextbox
{
    font-size: 10px;
    color: maroon;
    font-family: Verdana, Arial;
    text-decoration: none;
    font-weight: normal;
    padding:0 0 0 0;
    border:solid 1px #630208;
}
