body
{
    background-color : black;
    font-family : Verdana;
    font-size : 12px;
    color : black;
    margin : 0px;
    padding-bottom : 0px;
    scrollbar-face-color : antiquewhite;
    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 : 85px;
    background : black;
    border : 0px;
}
#mainbody
{
    margin-left : 120px;
    padding-top : 5px;
    padding-right : 20px;
    padding-bottom : 5px;
    padding-left : 20px;
    background : white;
    border : 0px;
}
#menu
{
    position : absolute;
    top : 0px;
    left : 0px;
    bottom : 0px;
    width : 120px;
    background : rgb(0 , 102 , 255);
    color : brown;
    border : 0px;
    text-align : center;
    Height : 100%;
}
.menuitem
{
    width : 100px;
    background : ivory;
    color : brown;
    font-size : 10px;
    border : 0px;
    text-align : center;
    Height : 100%;
}
.menuhead
{
    left : 0px;
    width : 95px;
    background : cornsilk;
    color : brown;
    border : 0px;
    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 : 0px;
    Margin-left : 120px;
}
a:hover
{
    font-size : 14px;
    background-color : yellow;
    color : brown;
}
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;
}
