body,p,ul,ol,dd,li,dl,td,th,h1,h2,h3,h4,h5,h6 {
    color: #000000;
    background-color: #ffffff;
    /* Problems:
     * font-family: Code2000, Thryomanes, Gentium, Lucida Sans Unicode, Arial Unicode, Helvetica, Helvetic, Arial, Verdana, Geneva, sans-serif;
     */
}
hr          { color: #808080; }
a:link      { color: #0000d0; /* text-decoration: none; */ }
a:visited   { color: #a02020; /* text-decoration: none; */ }
a:active    { color: #ff0000; /* text-decoration: none; */ }
                              /* Text deco off, since without hover, it's unmarked otherwise. */

/* Problems:
 * a:hover     { background-color:#cfcfcf; text-decoration: none; }
 */

.colconlang { color: #600080; }

th.headline {
    background-color:    #d090ff;
    border:              1px solid;
    border-left-color:   #000000;
    border-top-color:    #000000;
    border-bottom-color: #c0c0c0;
    border-right-color:  #c0c0c0;
}

table.sec   { padding: 2px; }

li {
    padding-top:    1px;
    padding-bottom: 2px;
}

.err {
    color: #a00000;
}
