body {	;
		overflow: auto;
		font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular
}


a			{ font-size:14}
a:link		{ text-decoration: underline; color: white	}
a:visited		{ text-decoration: underline; color: lightgrey	}
a:hover		{ text-decoration: underline; color: black }
a.inst		{ font-size:14 }
a.inst:link		{ text-decoration: none;	  color: white	}
a.inst:visited	{ text-decoration: none;	  color: lightgrey	}
a.inst:hover	{ text-decoration: none;	  color: white	}

h1.inst {
		margin-bottom: 10px;
		font-size:18;
		font-weight:bold
}

h1.toc {
		padding-top: 12px;
		padding-left: 10px;
		padding-bottom: 8px;
		padding-right: 10px;
		font-size:18;
		font-weight:bold;
		background-color: rgb(255,233,165)
}

h2.toc { margin-top: 20px }

h2 {
		font-size:14;
		font-weight:bold;
		color: rgb(64,64,64)
}

p		{ font-size:14 }
p.inst	{ font-size:14 }
p.toc	{ font-size:12  }

em { font-size:14; font-style: italic }

li {list-style-type: square; color:#0e0eb1}

 
td.ordli { width: 20px; padding-right: 4px; vertical-align: top }
td.bulli { width: 10px; padding-right: 2px; vertical-align: top }
td.ordlt { vertical-align: top }
td.bullt { vertical-align: top }
td.nonei { vertical-align: top }
td.nonet { vertical-align: top }

td.notei { vertical-align: top; background-color: rgb(252,252,162);
					padding-top: 4px; padding-bottom: 4px; padding-right: 4px;
					width: 20px }
td.notet { vertical-align: top; background-color: rgb(252,252,162);
					padding-top: 4px; padding-bottom: 4px; padding-left: 4px }

table.tip {
		padding-top: 4px;
		padding-left: 4px;
		padding-bottom: 4px;
		padding-right: 4px;
		width: 95%;
		background-color: rgb(252,252,162) }

