body {
background-color : white;
font-family : Verdana;
font-size : 12px;
color : black;
margin : 0;
padding-bottom : 20px;
}
.header {
height : 55px;
border : 0;
}
#mainbody {
margin-left : 163px;
padding-top : 0;
padding-right : 5px;
padding-bottom : 5px;
padding-left : 0;
background : white;
}
#menu {
position : absolute;
top : 55px;
left : 0;
width : 163px;
background : white;
text-align : justify;
}
.menuitem {
width : 100px;
font-size : 10px;
text-align : center;
}
.menuhead {
left : 0;
width : 163px;
text-align : center;
font-weight : bold;
font-size : 10px;
}
.footer {
width : 100%;
text-align : center;
margin-top : 5px;
padding : 1px;
background : #79a6a6;
color : black;
border : 0 solid red;
}
a:hover {
font-size : 12px;
}
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 : #cccccc;
font-weight : bold;
text-align : center;
}