.innermenu {
padding: 0;
}

.menubox {
width: 200;
padding: 10;
padding-top: 20;
;background: rgb(140,218,250);
background: white;
}

.bodybox {
padding: 10;
;background: rgb(140,218,250);
background: white;
}

.menuitem {
padding: 10;
;background: darkblue;
background: rgb(140,218,250);
}

.headitem {
padding: 10;
background: rgb(140,218,250);
}

.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: darkblue;
background: rgb(140,218,250);
padding: 20;
}

H2 {
font-family: verdana;
font-size: 18;
color: black;
background: rgb(255,255,255);
padding: 8;
}

B {
font-family: verdana;
font-size: 14;
color: darkblue;
}

P.firstline {
font-family: verdana;
font-size: 14;
color: darkblue;
text-align: justify;
font-weight: bold;
}

P {
font-family: verdana;
font-size: 14;
color: black;
text-align: justify;
}

HR {
color: black;
}

BODY {
background: white;
}