/*
 * Style sheet for the HTML 4.0 specification
 * $Id: default.css,v 1.5 1997/07/08 11:20:09 lehors Exp $
 */

body { background: white; color: black }
div.example { color: black }
tt.example { color: maroon; margin-left: 1em }
pre { color: maroon; margin-left: 1em }
pre.dtd { color: black; margin-left: 0 }
div.illegal-example { color: red }
div.illegal-example p { color: black }
div.deprecated-example { color: red }
div.deprecated-example p { color: black }
div.note { color: green; margin-left: 1em }
p.note { color: green; margin-left: 1em }
/*
a:link { color: blue }
a:visited { color: navy }
a:active { color: aqua }
*/
