/*
 * Style sheet for the HTML 4.0 specification
 * $Id: default.css,v 1.12 1997/12/12 18:46:53 ijacobs Exp $
 */

body {
    background: white;
    color: black;
}

div.note {
    width: 100%;
    font-style: italic
}

div.quote {
    margin-left: 2em;
    margin-right: 2em;
}

code.fragment {
   color: maroon
}

p.note {
    color: green;
    margin-left: 1em;
}

pre {
    color: maroon;
    margin-left: 1em;
}

a.outref { 
    color : red;
}	
