BODY {
background-image: url('image001.jpg');
font-family: verdana;
font-size: 11.0pt;
color: black;
margin-left: 5%;
margin-right: 5%; 
}

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:left;
width:200px;
text-decoration:none;
color:#334488;
font-size: 12pt;
background-color:#DDCCAA;
padding:3px 4px;
border-right:2px solid black;
border-bottom:2px solid black;
}

a.menu:hover
{
font-weight: bold;
text-decoration: underline;
}

/*li {display:inline}*/
