<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Author style sheet</TITLE>
<STYLE TYPE="text/css">

/*
	Bug notes in IE3 1215 -

	IE doesn't set background from a linked CSS
	HTML settings ignored - BODY must recap them

	Notes on IE4 4.72.2106.8 -

	BODY font attribute not applied within table

*/


HTML
{ 
    color: black;
	background: white;
	margin-left: 4%;
	margin-right: 4%;
    font-family: /* "Times New Roman", "Times", */ serif;
}

BODY
{
    color: black;
    background: white;
	margin-left: 4%;
	margin-right: 4%;
    font-family: /* "Times New Roman", "Times", */ serif;
}

TD
{
    color: black;
    background: white;
    font-family: /* "Times New Roman", "Times", */ serif;
}
.leftcol { padding-right: 4% }

KBD, SAMP, TT
{
    font-family: /* "Courier New", "Courier", */ monospace;
}

CODE, LISTING, PLAINTEXT, PRE, XMP, VAR
{
	font-family: /* "Lucida Console", "Courier New", "Courier", */ monospace;
}

A:link { color: blue }
A:link IMG { border: solid blue }
A:visited { color: navy }
A:visited IMG { border: solid navy }
A:active { color: lime }

</STYLE>
</HEAD>
<BODY>
This is a CSS style sheet.
</BODY>
</HTML>
