body{
    
    background:white;
}                     
.text{
    font-family:'Palatino'; 
    width:700px;
    word-wrap:normal;
}
.head1{
    font-family:'Helvetica'; 
}
.list{
    font-family:'source code pro';
    font-size:0.7rem;
}
.nr{
    color:green;
    font-weight:bold;
}
.kw{
    color:blue;
    font-weight:bold;
}
.ev{
    background:silver;
    width:100%
}
.od{
    background:white;
}
pre{
    /*margin-left:60px;*/
}
.highTable{
    background:white;
    font-size:0.6rem;
}
.ccaption{
    border-bottom:1px solid black;
    margin:0;
    padding:2px;
    caption-side:top;
    text-align:left;
    background:inherit;
    width:auto;
    font-weight:bold;
    color:blue;
    font-size:0.8rem;
}