body {
	margin: 20px 20px;
}
a {
	padding: 0px;/* 3px;*/
	color: #0000aa;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	padding-bottom: 20px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}
li {
	padding-bottom: 6px;
}
