
/* LEFTMENU.CSS */
body
{
   color:            #000000;
   background-color: #0000FF;
   font-size:        10pt;
   font-family:      Arial, Helvetica, Sans-Serif;
   margin-top:       0px;
   margin-left:      0px;
   margin-right:     0px;
   margin-bottom:    0px;
}

td.normal
{
   height: 30px;
}

A
{
   background: transparent;
   text-align: center;
   font-size: 12px;
   font-weight: bold;
   font-family: arial,helvetica,geneva,sans-serif;
}
A:link
{
   color: #FFFFFF;
   text-decoration: none;
}
A:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
A:hover
{
    color: #FF0000;
    text-decoration:underline;
}
A:active
{
    /*color: #FFFFFF;*/
    /*text-decoration: none;*/
}