.body
{
    Font : Arial , Helvetica;
    Color : black;
    Font-size : 12px;
    Text-decoration : none;
    Font-family : sans-serif;
    Font-weight : normal;
    Text-align : left;
}
.body a
{
    Font : Arial , Helvetica;
    Color : black;
    Font-size : 12px;
    Text-decoration : underline;
    Font-family : sans-serif;
    Font-weight : normal;
}
.body a:hover
{
    Font : Arial , Helvetica;
    Color : red;
    Font-size : 12px;
    Text-decoration : underline;
    Font-family : sans-serif;
    Font-weight : normal;
}
.bodybold
{
    Font : Arial , Helvetica;
    Color : black;
    Font-size : 12px;
    Text-decoration : none;
    Font-family : sans-serif;
    Font-weight : bold;
    Text-align : left;
}
.blankline
{
    Font : Arial , Helvetica;
    Color : black;
    Font-size : 1px;
    Text-decoration : none;
    Font-family : sans-serif;
    Font-weight : normal;
    Background-color : black;
}
.menulinks
{
    Font-family : sans-serif;
    Font-size : 15px;
    Font : Arial , Helvetica;
    Color : white;
    Text-decoration : none;
    Background-color : black;
    Font-weight : bold;
}
.menulinks a
{
    Font-family : sans-serif;
    Font-size : 15px;
    Font : Arial , Helvetica;
    Color : white;
    Text-decoration : none;
    Background-color : black;
    Font-weight : bold;
}
.menulinks a:hover
{
    Font-family : sans-serif;
    Font-size : 15px;
    Font : Arial , Helvetica;
    Color : black;
    Text-decoration : none;
    Background-color : rgb(255 , 255 , 200);
    Font-weight : bold;
}

