<style rel="stylesheet" type="text/css">
	BODY, DIV, P, PRE, TABLE, TD, TH {
		font-family: Tahoma, sans-serif;
	}

	H2 {
		font-size: 120%;
		font-weight: Bold;
		padding-top: 1em;
		text-align: Left;
		text-decoration: Underline;
	}

	H3 {
		font-size: 110%;
		font-weight: Bold;
		padding-top: 0.5em;
		text-align: Left;
	}

	BLOCKQUOTE {
	/*	background-color: LightGray; */
		border: Solid Thin Black;
		font-size: 90%;
	/*	font-style: Italic; */
		padding: 1em;
	}

	OL LI {
		list-style-type: decimal;
	}

/*	P {
		line-height: 2;
	}*/

	S {
		color: Black;
	}

	UL LI {
		list-style-type: disc;
	}

	.TableNormal {
		font-family: Tahoma;
		font-size: 90%;
	}

	* {
		box-sizing: border-box;
	}
/*
	.clearfix {
		overflow: auto;
	}
*/
	.clearfix::after {
		content: "";
		clear: both;
		display: table;
	}

	A.external_icon {
		background: url(http://www.528revolution.com/wp-content/plugins/sem-external-links/external.png) center right no-repeat;
		padding-right: 13px;
	}

</style>
