body { background: white; color: black; 
	margin-top: 3.0em;
	font-family: urw bookman 1, serif; }

a:link { color: #0069A1; border-bottom: thin dotted; text-decoration: none;}
a:visited { color: black; border-bottom: thin dotted; text-decoration: none;}
a:active { color: #FFB400; border-bottom: thin solid; text-decoration: none;}

h2 {display: block; color:#b02e1f; font-size: 125%; text-transform: lowercase; font-style: italic;}
h1 {display: block; color:#CA8C03; border-top: thin dotted gray; padding-top: 0.25em;
	margin: 0.20em; font-family: sans-serif; text-transform: lowercase; font-size: x-large;}

h3 {display: block; color: black; 
	font-weight: bold; font-family: sans-serif, arial, helvetica;
	margin: 0; margin-left: 1em; }

h4, h5, h6 {font-weight: bold; margin-left: 1.5em; color: black;}

p {text-align: left; margin-left: 2em;}

body dl {margin-left: 2em;}
body dl dt { color: black; font: monospace;}

body ul { display: block; float:right; background: #FFB400;
		border: thin dotted white; margin: 0.25em; padding: 0.25em;
		font-size: small; list-style-type: none; text-transform: lowercase; white-space: nowrap;}
body ul ul { border: none; list-style-type: none;}
body ul ul li { border: none; }

body big strong {font-size: small; font-style: italic; font-weight: normal;}

pre { color: navy; white-space: normal; margin-left: 4em; margin-right: 4em;}

hr { display: none;}
