<style type="text/css">
<!--
body {
	margin: 0;
	padding: 0;
}
p, h1, h2, li {
	color: darkblue;
	font-family: arial, verdana;
}
a {
	color: blue;
}
a:hover {
	color: red;
}
.footer {
	font-size: 80%;
}
.lititle {
	font-weight:bold;
	font-size: 120%;
}
.selectbox {
	color: darkblue;
	font-size: 11pt;
}
.toollink {
	color: white;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
.toollink:hover {
	color: yellow;
}
h1 {
	font-size: 160%;
	font-weight: bold;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: black;
	margin: 8pt 0;
}
p {
	font-size: 90%;
}
li {
	font-size: 11pt;
}
-->
</style>