/*external style sheet*/

	body
	{
	background-color: #ffffff;
	/*white background*/
	}
	h1,h2,h3,h4,h5,h6
	{
	font-weight: bold;
	font-family: sans-serif;
	}
	h1
	{
	font-size: 30pt;
	text-align: center;
	color: #330099;
	}
	h2
	{
	color: #330099;
	font-style: italic;
	font-size: 16pt;
	text-align: center;
	}
	h3
	{
	font-size: 14pt;color: #FFFFFF;
	text-align: center;
	}
	h4
	{
	font-size: x-small;
	text-align: center;
	color: #330099;	
	}
	UL LI
	{
	color: #6633ff;
	font-family: sans-serif;
	font-size: 12pt;
	list-style-type: round;
	font-style: italic;
	}
	P
	{
	font-style: regular;color: #000000;
	font-family: sans-serif;
	}
	td
	{
	font-style: normal;color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	hr 
	{
	color: #330099;
	}
	.boxattributes
	{
	/*text color*/
	color: #330099;
	width: 80%;
	height: 3cm;
	margin: 0em 0em 0em 0em;
	border-width: thin;
	border-color: orange;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	}
	.divsample
	{
	color: #330099;
	font-stretch: ultra-expanded;
	font-style: italic;
	}
	.spansample
	{
	color: #330099;
	font-style: italic;
	font-weight: bold;
	}
	.spanred
	{
	color: red;
	}
	.spanorange
	{
	color: orange;
	}
	.spangreen
	{
	color: green;
	}
	.spanblue
	{
	color: blue;
	}
	.spanindigo
	{
	color: #000033;
	}
	.spanviolet
	{
	color: #660066;
	}
	.spanfuchsia
	{
	color: fuchsia;
	}
	P.centertext
	{
	text-align: center;
	font-style: italic;
	color: red;
	}
	h4
	{
	background-color: orange;
	}
	h3
	{
	background-color: green;
	}
	