/* 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.
*/
ul	{ list-style-type: none;
	}
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;	}
.centre	{ align: center;	}
.left	{ text-align: left;
        margin-right: 5px;
        margin-left: 5px;
}

td, th { text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 5px;
        margin-left: 5px;
	}

