/*
 * Style sheet for the CSS2 specification
 * $Id: default.css,v 1.1 1997/11/07 18:06:51 bbos Exp $
 */

  BODY {
    color: black;
    font-family: verdana, sans-serif;
    background: white;
    /* For the REC: background: #def url(recbg.jpg); */
  }

  H1 {
    clear: left;
    margin-top: 2em;
/*
    padding: 0.5em;
    font-size: x-large;
    color: white;
    background-color: black;
*/
    text-align: center;
  }

  PRE {
    font-family: monospace;
  }

  IMG {
    border: 0;
  }

  TH { 
    align: left; 
  }
   
  A.propdef-title {
    background-color: yellow
  }

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

div.example { color: maroon }
pre.example { color: maroon }
tt.example { 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 }
