.linenum{ 
    text-align:right; 
    background:#FDECE1; 
    border:1px solid #cc6666; 
	border-right:0px;
    padding:0px 1px 0px 1px; 
    font-family:Courier New, Courier; 
    float:left; 
    width:5%; 
    margin:3px 0px 30px 0px; 
    } 

code    {/* safari/konq hack */ 
    font-family:Courier New, Courier; 
	width: 99%;
} 

.linetext{ 
    width:92%; 
    text-align:left; 
    background:white; 
    border:1px solid #cc6666; 
    padding:0px 1px 0px 8px; 
    font-family:Courier New, Courier; 
    float:left; 
    margin:3px 0px 30px 0px;
	overflow:auto;
    } 

br.clear    { 
    clear:both; 
} 


