body {
    width:980px;
    margin: 1em auto;
    font-size:  1em;
    font-weight:    normal;
    word-spacing:   normal;
    letter-spacing: normal;
    text-transform: none;
    font-family:    "Lucida Grande", "Tahoma", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif !important;
    background:#ffffff url('background.gif') top center repeat-y;
    color:#404040;	
    
}

img { border:none; }

.figure { text-align:center; }

pre.programlisting {   
	text-align:left;
    font-family: Courier New, monospace;
    font-size: 1em;
    background: #eee;
    padding:0.5em;
    margin: 0 2em;
    border: 1px solid gray;
	overflow:auto;
    }
    
    
a { color: rgb(153,102,0); font-weight:normal; }   

    h1 {  color:#4088b8; font-size:2em; margin-bottom:10px;}
    
    h2 {  font-size:1.2em;}
    strong { color:#4088b8; }  
	

.command strong { font-family: Courier New, monospace;  color:#404040; /* font-weight:normal; */  }    