BODY {
font-family: Verdana;
font-size: 9.0pt;
color: black;
margin-left: 2%;
margin-right: 2%; 
/*background-color: #EEEEEE;*/
}

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}


/*ul*/
/*{*/
/*float:left;*/
/*width:100%;*/
/*padding:0;*/
/*margin:0;*/
/*list-style-type:none;*/
/*}*/

a.menu
{
float:center;
width:7em;
text-decoration:none;
font-size: 11pt;
font-weight: bold
}
a.menu:hover
{
font-size: 12pt;
color:blue;
font-weight: bold
}

a.submenu
{
float:center;
width:7em;
text-decoration:none;
color:white;
font-size: 10pt;
background-color:#334488;
/*padding:0.2em 0.6em;*/
}
a.submenu:hover
{
color:white;
font-weight: bold
}

/*li {display:inline}*/
