
div.container
{
width:100%;
margin:0px;
border:0px ;
line-height:150%;
background-color:#FFFFE0;
height:100%;
}

div.left
{
float:left;
width:150px;
margin:0;
padding:1em;
overflow:auto;
height:75%;
}

div.content
{
width:675px;
border-left:1px solid gray;

padding:1em;
height:75%;
overflow:auto;
}


a:link {

color: blue;
text-decoration:none}

 a:visited {

color: green ;
text-decoration: none}

a:active{

color: red;
text-decoration: underline;
}

a:hover {

color: red;
text-decoration: underline;
}