body { 
background: url(./background.gif) repeat-x #fff fixed;
padding: 1.3em; 
font:1.1em Verdana,sans-serif;
}

h1, h2, h3, h4, h5 { 
    color: #FEA31B; 
}
h1{ 
    color: #FEA31B; 
}

span.term { 
    font-weight: bold; 
}

div.sidebar { 
    background: #F0F0F0; 
    border: 1px solid gray; 
    padding: 5px; 
    margin: 20px; 
}

pre.programlisting { 
    background: #F0F0F0; 
    border: 1px solid gray;    
    font-size: 10pt;
    white-space: pre;
}

pre,.screen{
	padding: 0.3em; 
	font:1.2em Verdana,sans-serif;
	border: 1px dashed; 
	background:#E7D8AF;
	overflow: auto;
}

a:visited {
color:#343FE7;
}

a:hover {
	text-decoration : none;
	border: 3px inset  ; 
}

 table{cellpadding:10px border:1px solid #DEF3C6;border-width:1px 0 0 1px;margin:2px 0 2px 0;text-align:center;border-collapse:collapse;}
td,th{border:1px solid #DEF3C6;border-width:0 1px 1px 0;margin:2px 0 2px 0;text-align:left;font-size:12px;}
th{text-align:center;font-weight:600;font-size:12px;background-color:#DEF3C6;}