	html {
		background-color: teal;
		color: black;
		margin: 4px;
		padding: 4px;
	}

	body {
		background: #f0f0f0;
		margin: 15px;
		padding: 30px 15px 15px 15px;
		border: black thick groove;
		font-family: verdana,helvetica,arial,sans-serif;
	}

	P {
		font: normal normal 100 12pt/14pt Georgia, serif;
	}

	P:first-letter {
		font: normal normal 300 26pt/13pt "Englishtowne_normal", Annifont, "Times New Roman", serif;
		float: left;
		padding: 0px 2px 0px 0px;
		margin: 0px 2px 0px 0px;
		position: relative;
		top: 0px;
		border-top: #dfdfdf thin solid;
		border-left: #dfdfdf thin solid;
		border-right: #bebebe thin solid;
		border-bottom: #bebebe thin solid;
		text-indent: 15px;
		background-color: #449999;
	}

	P:first-line {
		font: normal normal 200 12pt/13pt Georgia, Annifont, "Arial Black", serif;
	}

	OL,UL {
		font: normal normal 300 12pt/14pt Georgia, serif;
		margin: 0px 0px 0px 15px;
		padding: 0px 0px 0px 15px;
	}

	LI {
		font: normal normal 100 10pt/12pt Georgia, serif;
	}

	XMP {
		margin: 0px;
		padding: 0px;
	}

	a {
		font: normal normal 100 10pt/12pt Georgia, serif;
	}

	a:hover {
		background-color: yellow; color: red;
	}

	img {
		border: none;
	}

	.ULlarge {
		margin: 15px;
	}

	.special {
		font: italic normal 100 10pt/12pt Georgia, serif;
		color: #a0522d;
	}

	.labelword {
		font: normal normal 500 9pt/9pt Georgia, serif;
		color: #70a0ff;
		font-variant: small-caps;
	}

	.att {
		font: italic normal 100 10pt/12pt Georgia, serif;
		color: red;
	}

	.attlarge {
		font: italic normal 100 24pt/24pt Georgia, serif;
		color: red;
	}

	.cmd {
		font: normal normal 200 10pt/12pt Georgia, serif;
		color: black;
	}

	.text {
		font: normal normal 100 7pt/7pt fixed;
		color: #a070a0;
		margin: 0px;
		padding: 0px;
	}

	.logobox {
		font: normal normal 100 6pt/6pt Georgia, "Times New Roman", "Arial", serif;
		color: black;
		margin: 0px;
		padding: 1px;
/*		width: 23.5em; */
		position: fixed;
		left: 2px;
		top: 2px;
		border: black thin solid;
		background-color: #e0e0ff;
	}

	.disclaimer {
		font: normal normal 100 7pt/7pt Georgia, serif;
		color: black;
		margin: 2px 0px 50px;
		padding: 1px;
		width: 325px;
		position: fixed;
		top: 2px;
		left: 230px;
		border: black thin solid;
		background-color: white;
	}

	.announcebox {
		font: normal normal 100 7pt/7pt Georgia, serif;
		color: black;
		margin: 2px 0px 50px;
		padding: 1px;
		width: 180px;
		position: fixed;
		top: 2px;
		left: 600px;
		border: black thin solid;
		background-color: #e0e0ff;
	}

	.note {
		font: normal normal 100 13pt/13pt Georgia, serif;
		color: red;
		margin: 2px 0px 50px;
		padding: 2px;
		position: fixed;
/*		rotate: 90deg;*/
		top: 50px;
		left: 250px;
		border: black thin solid;
		background-color: yellow;
	}

	.notesbox {
		position: relative;
		top: 0px;
		left: 0px;
		width: 650px;
		border: black thin solid;
		color: black;
		background-color: wheat;
		text-align: justify;
		margin: 3px 3px 15px 3px;
		padding: 5px;
		font: normal normal 200 9pt/10pt serif;
	 }

	.featurebox {
		position: relative;
		top: 0px;
		left: 0px;
		border: black thin solid;
		color: black;
		background-color: #d9ebfe;
		text-align: justify;
		margin: 3px;
		padding: 5px;
		font: normal normal 200 12pt/14pt serif;
	 }
