.MenuClass{
color : white;
background-color : maroon;
line-height : 150%;
}
.Menu2Class{
line-height : 18px;
padding-left : 6px;

padding-top : 5px;
padding-bottom : 5px;
}
.Menu3Class{
padding-top : 3px;
padding-bottom : 3px;
}
#container{
width : 750px;
border-width : 1px 1px 1px 1px;border-color : fuchsia fuchsia fuchsia fuchsia;}
#menu{
width : 180px;
float : left;
padding-left : 10px;
}
#main{
width : 550px;
float : right;
}
.Link1Class{
color : white;
text-decoration : none;
}
.Link2Class{
color : #000040;
text-decoration : none;
}
