/* See http://www.w3.org.TR/REC-CSS1-961217
        http://www.w3.org/TR/REC-html40/
        http://www.w3.org/TR/REC-html40/present/styles.html
        http://www.w3.org/Style/
 
Both Netscape and IE seem to have bugs in how they handle
style-sheets, so don't get too clever. In particular, :first-letter
and font-variant: do not seem to work.
*/
img     {
            border-style: none;
        }
body    {
            font-size: 12pt;
            font-family: Times, serif ;
            background-color: #fffff0;
        }
h1	{
	    font-size: xx-large;
	    clear: both;
	}
h2	{
	    font-size: x-large;
	    clear: both;
	}
h3      {
	    font-size: large;
	    clear: both;
	}

blockquote {
	background-color: beige;
	}

.indent {	margin-left: 5em;	}
.warning {	background-color: yellow;	}
