<Style type="text/css">

/* BODY is not picked up when used in a linked css for some obscure reason */

BODY  {
	background-color : Green;
	font-family : fantasy, Courier New, monospace;
	color : Purple;
	font-size : small
}

	
H1  {
	color : blue;
	font-size : medium;
	font-weight : bold;
	border-top : ridge rgb(80%,80%,80%) default;
	border-bottom : ridge rgb(80%,80%,80%) default;
	padding-top : 1em;
	padding-bottom : 1em;
	}

H2 {color : blue;
	font-size : medium;
	font-weight : normal;
	}

H3  {
	color : Black;
	font-size : small;
	display : run-in;
	text-decoration : underline;
}

b 	{font-weight : bold:
}

b.u	{text-decoration : underline;
	}

pre {/*white-space : pre;*/
	font-size : x-small;
	font-family : Courier New, monospace;
}

.blue {color : Blue;
	}


</style>