body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
ul {
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(images/dot.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	white-space: nowrap;
}
.note {
	font-size: 14px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
