div.title{
text-align: center;
background-color: blue;
color: yellow;
width: 710px;
height: 40px;
float: left;
font-size: 15pt;
font-family: Arial
}
div.menu{
width: 100px;
height: content.height;
background-color: blue;
color: yellow;
clear: left;
float: left;
font-size: 12pt;
font-family: Arial;
}
div.content{
width: 610px;
float: left;
background-color: black;
color: white;
font-size: 12pt;
font-family: Arial
}
A:link { color:yellow; text-decoration: none; }
A:visited { color:yellow; text-decoration: none; }

