/* from http://www.w3.org/TR/1998/REC-CSS2-19980512/style/default.css   DGGafied
 * Style sheet for the CSS2 specification
 * $Id: default.css,v 1.1 1998/05/19 08:01:55 bbos Exp $ */
/* DGG add samp */
samp  {background-color:azure;
            padding-left:1em;padding-right:1em;margin-left:1em;margin-right:1em;
            margin-top:2px;margin-bottom:2px;}


BODY { color: black; /* text-align: justify; */
    font-family: verdana; helvetica, sans-serif; 
    background: white; margin: 2em;      /* For the REC: background: #def url(recbg.jpg); */ }
H1, H2, H3, H4, H5, H6 { text-align: left; margin-bottom:2px;} 
H1 { clear: left; margin-top: 2em; text-align: center; }

PRE {rel="stylesheet" font-family: monospace; margin-left: 1em; font-size: 90% }

VAR { font-style: normal; }
IMG { border: 0; }
.toc { text-indent: 0; }
P.toc-line { margin-top: 1em; margin-bottom: 1em; text-indent: 0; }

A.propdef-title { background: yellow; } 
A.descdef-title { color: yellow; background: green }

/* TABLE {margin-left: 1em} */
DIV.propdef {margin: 1.2em 0} 
div.example { color: maroon }
pre.example { color: maroon }
pre.illegal-example { color: red }
div.illegal-example { color: red }
div.illegal-example p { color: black } 

div.html-example { color: maroon }
pre.html-example { color: maroon }
pre.illegal-html-example { color: red }
div.illegal-html-example { color: red }
div.illegal-html-example p { color: black ; background-color:mistyRose;
pre.deprecated-html-example { color: silver }
div.deprecated-html-example { color: silver }
div.deprecated-html-example p { color: silver }

div.xml-example             { color: maroon }
pre.xml-example             { color: maroon }
pre.illegal-xml-example     { color: red ; background-color:mistyRose;}
div.illegal-xml-example     { color: red ; background-color:mistyRose;}
div.illegal-xml-example p   { color: black ; background-color:mistyRose;}

pre.dtd-example { color: maroon }
pre.illegal-dtd-example { color: red  background-color:mistyRose;}
div.dtd-example { color: maroon }
div.illegal-dtd-example { color: red  background-color:mistyRose;}
div.illegal-dtd-example p { color: black }

.note { font-weight: bold; margin:1em; color: green } 
.normref { color: red; }	

.informref { color: green; }	

DIV.propdef TH { text-align: right; }
DIV.descdef TH { text-align: right; }

UL.toc, OL.toc {list-style: none}
DIV.toc UL UL, DIV.toc OL OL             {margin-left: 0}
DIV.toc UL UL UL, DIV.toc OL OL OL       {margin-left: 1em}
DIV.toc UL UL UL UL, DIV.toc OL OL OL OL {margin-left: 0}
DIV.toc, UL.index, DT { text-align: left }

LI.tocline1 {font-weight: bold}
LI.tocline2 {font-weight: normal}
LI.tocline4 {font-style: italic}

/* DIV.subtoc UL, DIV.subtoc OL {list-style: none} */
/* The border in the following rule crashes NN4 on fonts.html :-(
DIV.subtoc {padding: 1em; border: solid black thin; margin: 1em 0; background: #ddd} */
UL.index {list-style: none}

S, DEL {text-decoration: line-through; color: red}
U, INS {text-decoration: underline; background: #bfa}

DIV.figure { text-align: center; margin: 2.5em 0 } /*border: solid thin; width: 100%;*/
P.caption, CAPTION { text-align: center; font-style: italic; font-weight: bold;
    font-size: 90%; color: #088; margin: 1.5em 25% 0 25%; }
SUP { vertical-align: super; font-size: 80% }
ADDRESS { text-align: right; font-style: italic; } 

/* I don't like all that blue text, how about this: */
/* It should be 'inherit', but Netscape inserts a random color :-( */
//  Well I (DGG) do)!! A.noxref:link, A.noxref:visited {color: black; /*color: inherit*/}
//DIV.example A:link, DIV.example A:visited {color: maroon; /*color: inherit*/}
//DIV.deprecated-html-example A:link,
//DIV.deprecated-html-example A:visited {color: red; /*color: inherit*/}
//.note A:link, .note A:visited {color: green; /*color: inherit*/}


