BODY
{
    background-color: #c0c0f0;
    color: blue;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt
}
TD
{
    color: blue;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt
}
A:link
{
    color: black;
}
A:visited
{
    color: darkblue;

}
A:active
{
    color: red;

}
A:hover
{
    ;color: #66cccc;
    color: red;
}

A.menu:link
{
    color: #66cccc;
}
A.menu:visited
{
    color: #000000;

}
A.menu:active
{
    color: red;

}
A.menu:hover
{
    color: #66cccc;
}

H1
{
    font-family : Verdana, Arial, Sans-Serif;
    font-weight : bold;
    font-size : large;
    color : darkblue;
}


H2
{
    font-family : Verdana, Arial, Sans-Serif;
    font-size : medium;
    color : darkblue;

}


H3
{
    font-family : Verdana, Arial, Sans-Serif;
    font-weight : bold;
    font-size : small;
    color : darkblue;
    
}

H4
{
    font-family : Verdana, Arial, Sans-Serif;
    font-weight : bold;
    font-style : italic;
    font-size : 10pt;
    color : darkblue;
    
}

P.menu
{
    font-family : Verdana, Arial, Sans-Serif;
    font-weight : bold;
    font-size : 10pt;

}
P.submenu
{
    font-family : Verdana, Arial, Sans-Serif;
    font-weight : bold;
    font-size : 8pt;
 	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-right: 0pt;
	margin-left: 0pt;   
}


