body { background-color: white;
font-family: Arial;
color:black;

padding-bottom:20px;
scrollbar-face-color:white;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:orange;
scrollbar-darkshadow-color:brown;
scrollbar-shadow-color:pink;
scrollbar-arrow-color:red;
scrollbar-track-color:ivory;
}

.header { height:110px;
background:white;
border:1px solid brown;
}

#menu { position:absolute;
// height:500px;
top:110px;
left:0px;
padding-left:5px;
width:130px;
background:#000066;
color:white;
font-family:verdana, arial, sans-serif; font-size:11px; font-weight:regular; text-decoration:none; color:white;
border:0px solid brown;
text-align: left;
}

#main { position:absolute;
left:135px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
background:white;
border:0px solid brown;
font-family: arial, verdana, sans-serif; font-size:12px; font-weight:regular; color:black;
}

.menuitem { width:100px;
background:ivory;
color:red
font-size:10px;
border:3px solid cornsilk ;
text-align: center;
text-decoration:none;

}

a.diddy:link {color: white;   }
a.diddy:visited {color: white;   }
a.diddy:hover {color: white;  }
a.diddy:active {color: white;  }

.menuhead { left: 0px;
width:95px;
background:cornsilk ;
color:brown;
border:3px solid cornsilk ;
text-align: center;
font-weight:bold;
font-size:10px;
}

.footer { width:100%;
text-align:center;
margin-top:5px;
padding:1px;
background:ivory;
color:brown;
border:1px solid red;
}

h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

p,h1,h2,h3 { margin: 10px 10px 10px 10px}

.heading { font-family:Lucida Calligraphy;
font-size:36px;
background-color:yellow;
color:brown;
font-weight:bold;
text-align: center}