BODY
{
margin-top: 0;
margin-left: 0;
background-color: #FFFFFF;
font-size: 13px;
font-family: Arial;
color: #000000;
}

div#menu
{
width: 200px;
height: 100%;
background-color: white;
padding: 2px;
position: absolute;
border: 0px;
top: 0px;
left: 0px;
}

div#content
{
width: 600px;
height: 100%;
background-color: #66CCCC;
padding: 0px;
position: absolute;
border: 1px solid black;
top: 0px;
left: 200px;
}

a 
{
color: #000000;
text-decoration: none;
}

a:hover
{
color: #black;
text-decoration: none;
}

TD
{
font-family: Arial;
font-size: 13px;
}
