body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.5em;
	background-color: #000000;
	text-align: center;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	margin: 0px;
	padding: 0px;
	border: thick solid #FFFFFF;
}
a:link {
	color: #00FFFF;
	font-weight: normal;
}
a:visited {
	color: #00FFFF;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
a:active {
	color: #ff00cc;
	text-decoration: underline;
	font-weight: normal;
}
H2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding: 0px;
	line-height: 1.2em;
	color: #FF00CC;
}

