﻿BODY
{
    font-size: x-small;
    color: #000000;
    font-family: Arial, Verdana;
    background-color: #ffffff;
    text-decoration: none;
}

BUTTON
{
    color: #e3e3e3;
    background-color: #3f3f3f;
}

A.TitleMenuBar 

{ 
     color:black;
     TEXT-DECORATION: none }

A.TitleMenuBar:link 

{ color:black;
    TEXT-DECORATION: none }

A.TitleMenuBar:active 

{ color:black;
    TEXT-DECORATION: none }

A.TitleMenuBar:hover

{
   color: blue;
   text-decoration: underline;
}




