pre {text-indent: 30px} 
#tabmenu { 
color: #000; 
border-bottom: 1px solid black; 
margin: 12px 0px 0px 0px; padding: 0px; z-index: 1; 
padding-left: 10px 
} 
#tabmenu li { 
display: inline; overflow: hidden; 
list-style-type: none; } 
#tabmenu a, a.active { 
color: #aaaaaa; 
background: #295229; 
font: normal 1em verdana, Arial, sans-serif; 
border: 1px solid black; 
padding: 2px 5px 0px 5px; margin: 0px; 
text-decoration: none; cursor:hand; 
} #tabmenu a.active { 
background: #ffffff; 
border-bottom: 3px solid #ffffff; 
} #tabmenu a:hover { 
color: #fff; background: #ADC09F; 
} #tabmenu a:visited { 
color: #E8E9BE; 
} 
#tabmenu a.active:hover { 
background: #lightgreen; 
color: #DEDECF; 
} 
#content {
font: 0.9em/1.3em verdana, sans-serif; 
text-align: justify; 
background: #8B4789; 
padding: 5px; border: 1px solid white; 
border-top: none; z-index: 2; 
} 
#content a { 
text-decoration: none; 
color: #E8E9BE; 
} 
#content a:hover { 
background: #aaaaaa; 
} 