BODY {
background-color: #99CC99;
font-family: Tahoma;
font-size: 0.9em;
color: black;
margin-left: 2%;
margin-right: 2%;
}

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}

a.menu
{
float:center;
width:7em;
text-decoration:none;
color:#334488;
padding:0.2em 0.6em;
}
a.menu:hover
{
text-decoration:underline;
font-weight: bold
}

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;
}
