body{ margin-left:50px; margin-right:50px; 
      font-family: sans-serif, Tahoma, Arial; 
      font-size:11pt; line-height: 1.4em; 
      background-color:#fff8e8; 
      text-align:justify;}

tt {  color: #c10800; }
                                                         
pre { border: thin black solid; padding: 1em;
      font-family:  monospace; font-size: 12pt;}
     
.center {text-align: center;} /*made for index.htm only*/    

.pysh {background-color: #f7f7f7;} /* light gray for shell*/
.pysc {background-color: #fcf0fc;} /* pinkich for script*/
.pyop {background-color: #fffff5;} /*light blueish for indifferent thing*/

.work {background-color:#eefed3; font-family: Tahoma, Arial, sans-serif;
          padding: 1em; border: thin black solid;} /*greenish for excercise*/

.kwd {color:#0022cd; 
      font-weight: bold;} /* blue for keyword*/

.keyword {color:#0a2acc; } /* blue for keyword*/

.param {color:#000066; font-weight:bold; } /* dark blue for parameter*/

.boxed {padding: 1em; border: thin black solid} /* just a box*/

.comment {color:#008000;} /*green for comment*/
.note {color:#0022cd;}

.quote {color:#800080;} /*red brick - doesn´t know*/

.fun {color:#cc0000;} /*red for function*/

.shell{background-color: #ffffdd} /* yellowish for unix stuff*/

.transnote a {text-decoration:none;}

.py-src-endmarker {display: block;}   
 /* IE hack; prevents following line from being sucked into the py-listing box. */
.att {background-color:#ffc0cb}  /*pink for attention*/   

#image {float:right; width: 300px}        

