a:link{	color: blue; }a:visited{	color: purple; } a:active {	color: red;}a:hover{	background:yellow;}a.sidebar{	text-decoration: none;}#container{	min-width: 600px;	max-width: 700px;	width:expression(document.body.clientWidth &lt; 600? "600px" :	                 document.body.clientWidth &gt; 700? "700px" : "auto");}body{	font-family: Arial, Helvetica, Sans-serif;	font-size: 10pt;	background-color: white;	color: black;	margin-left: 100px;	margin-right: 100px;	margin-top: .0001pt;	margin-bottom: .0001pt;}table, p, ul, br{	font-size: 10pt;	margin-top: .0001pt;	margin-bottom: .0001pt;}li{	font-size: 10pt;	margin-top: 5pt;	margin-bottom: 5pt;}blockquote{	margin-left: 0.25in;}h1, h2, h3, h4, h5, h6{	font-family: Arial, Helvetica, Sans-serif;	margin-top: 20pt;	margin-bottom: 10pt;	page-break-after: avoid;}h1{	font-size: 18pt;}h2{	font-size: 12pt; }h3{	font-size: 10pt; }h4{	font-size: 10pt;}h5{	font-size: 10pt;	font-style: italic;}h6{	font-size: 10pt;	font-style: italic;	margin-left: 0.25in;}