body{
	font-family: sans-serif;
	color: #444;
	background-color: white;
	background-image: url(back.png);
	background-repeat: no-repeat;
	margin: 110px 30px 40px 30px;
}
body,td,th{
	font-size: 11pt;
	line-height: 100%;
}
a:link,a:visited{ color:#476bff }
a:hover{ color:#ff8e47; text-decoration:none; }
a img{ border:0px }
img{ vertical-align:middle }
.back{ font-size:12pt; font-family:sans-serif; }

.text{
	line-height: 130%;
	margin: 0px 20px;
}
h1{
	margin: 2em 0px 0px 0px;
	border: dashed 1px #ffad99;
	color: #ffad99;
	font-size: 14pt;
	font-family: sans-serif;
	padding: 8px 30px;
}
h2{
	border-bottom: double 3px #9eaff9;
	padding: 5px 20px;
	margin: 2.6em 0px 2em 0px;
	font-size: 12pt;
	font-weight: normal;
	background-color: #f2f2fc;
	color: #9eaff9;
	font-family: sans-serif;
}

em{ font-style:normal; color:red; }
ul{ line-height:150%; margin-top:0px; margin-bottom:0px; }
li{ margin-left:-10px: }
pre{ padding:10px; border:solid 1px #ccc; font-size:100%; }

