BODY {
font-family: Verdana;
font-size: 0.8em;
color: black;
background-color: #EEEEEE;
}

table.normal
{
font-family: Verdana;
font-size: 0.9em;
}


a.menu
{
float:center;
width:7em;
text-decoration:none;
color:#334488;
/*background-color:#DDCCAA;*/
padding:0.2em 0.6em;
}
a.menu:hover
{
color:blue;
text-decoration:underline;
/*font-size: 120%;*/
font-weight: bold
/*background-color: white;*/
}

a.submenu
{
float:center;
width:7em;
font-size: 80%;
text-decoration:none;
color:white;
background-color:#334488;
padding:0.2em 0.6em;
}
a.submenu:hover
{
color:white;
text-decoration:underline;
background-color:#334488;
}

