/* additional Stylesheet for BALBES pages */

ul.a {list-style-type:circle;}
ul.b {list-style-type:square;}
ol.c {list-style-type:upper-roman;}
ol.d {list-style-type:lower-alpha;}
ol.upper-alpha {list-style-type:upper-alpha;}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 12 pt;
    overflow: auto;
    padding: 1em 0;
    background : white;
    color : black;
    }

