body {
	background-color: #AAAAAA;
	color: black;
	font-family: verdana;
	font-size: 9pt;
}
p {
	font-family: verdana;
	font-size: 9pt;
}
table {
	font-family: verdana;
	font-size: 9pt;
	border-color: black;
}
td {
	font-family: verdana;
	font-size: 9pt;
	border-color: black;
}
tr {
	font-family: verdana;
	font-size: 9pt;
	border-color: black;
}
a {
	color: blue;
	text-decoration: none;
	font-family: verdana;
	font-size: 8pt;
}
a:hover {
	color: white;
	text-decoration: none;
}
hr {
	color: black;
}