.innermenu {
padding: 0;
}

.menubox {
width: 200;
padding: 10;
padding-top: 0;
;background: rgb(211,255,211);
background: white;
}

.bodybox {
padding: 50;
;background: rgb(211,255,211);
background: white;
}

.menuitem {
padding: 10;
;background: darkgreen;
background: rgb(211,255,211);
}

.headitem {
padding: 10;
background: rgb(211,255,211);
}

.menuitemtext {
font-family: verdana;
font-size: 12;
text-decoration: none;
color: black;
}

.menuitemtext:visited {
font-family: verdana;
font-size: 12;
text-decoration: none;
color: black;
}

.menuitemtext:hover {
font-family: verdana;
font-size: 12;
text-decoration: none;
color: green;
}

.caption {
font-family: verdana;
font-size: 10;
text-decoration: none;
color: black;
}

.caption:visited {
font-family: verdana;
font-size: 10;
text-decoration: none;
color: black;
}

.caption:hover {
font-family: verdana;
font-size: 10;
text-decoration: none;
color: green;
}

H1 {
font-family: verdana;
font-size: 28;
color: darkgreen;
background: rgb(211,255,211);
padding: 20;
}

B {
font-family: verdana;
font-size: 14;
color: darkgreen;
}

P.firstline {
font-family: verdana;
font-size: 14;
color: darkgreen;
text-align: justify;
font-weight: bold;
}

P {
font-family: verdana;
font-size: 14;
color: black;
text-align: justify;
}

HR {
color: black;
}

BODY {
background: white;
}