/*
 * Style sheet for the HTML 4.0 specification
 * $Id: default.css,v 1.12 1997/12/12 18:46:53 ijacobs Exp $
 */

div.kader-reerink-blue {
    width: 99%;
    padding: 1em;
    border: solid thin blue;
    margin: 1em 0;
    background: #def
}
div.kader-reerink-red {
    width: 100%;
    color: red;
    border: solid red;
}

a.NoSign:visited {
    color: blue;
}
