
aside{
position:fixed;
left:0px;top:0px;  
margin: 0px 0px 0px 0px; 
width:240px;height:100%;
background:#bbb;
font-size:16px;
font-weight:bold;
line-height:130%;
z-index:2;
} 



section{
position:absolute;
left:240px;top:0px;  
margin: 10px; 
width:900px;height:100%;
background:#fff;
font-size:16px;
line-height:160%;
z-index:1;
} 

td{
font-size:18px;
font-weight:normal;
}

a:link { color: 019e97; }
a:visited { color: #555; }
a{text-decoration:none;}


