/*
 * Style sheet for the HTML 4.0 specification
 * $Id: default.css,v 1.7 1997/09/17 16:29:44 lehors Exp $
 */

body {
    background: white;
    color: black;
}
div.example {
    width: 100%;
    color: black;
}
tt.example {
    color: maroon;
    margin-left: 1em;
}
pre {
    color: maroon;
    margin-left: 1em;
}
div.dtd-fragment {
    width: 100%;
    border: none;
    background-color: #eee;
}
pre.dtd-fragment {
    margin-left: 0;
}
pre.dtd {
    color: black;
    margin-left: 0;
}
div.illegal-example {
    width: 100%;
    color: red;
    border: solid;
    border-color: red;
}
div.illegal-example p {
    color: black;
}
div.deprecated-example {
    width: 100%;
    color: red;
    border: solid;
    border-color: orange;
}
div.deprecated-example p {
    color: black;
}
div.note {
    color: green;
    margin-left: 1em
}
p.note {
    color: green;
    margin-left: 1em;
}
ul.toc {
    list-style-type: none
}
