body {
	background: white;
	text-align: center;
}
body, p, div, td, li {
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: black;
	line-height: 170%;
}
a, a:link, a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
a:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid red;
}
img {
	border: 0px;
}
p.half {
	text-align: left;
}
p.big {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}