BODY {
background-image: url('image002.jpg');
font-family: Verdana;
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}

/*ul*/
/*{*/
/*float:left;*/
/*width:100%;*/
/*padding:0;*/
/*margin:0;*/
/*list-style-type:none;*/
/*}*/

a.menu
{
float:center;
width:7em;
text-decoration:none;
color:#334488;
/*background-color:#DDCCAA;*/
padding:0.2em 0.6em;
}
a.menu:hover
{
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;
}

/*li {display:inline}*/

