body {
	background: #000000;
}

h1 {
	font-family: arial, arial ce;
	color: #ffffff;
	font-size: 13pt;
	font-weight: bold;
}

h2 {
	font-family: times new roman; 
	color: #999999; 
	font-size: 14pt; 
	font-weight: bold;
	margin-top: 1pt; 
	margin-bottom: 5pt;
}

p {
	font-family: arial, arial ce; 
	color: #ffffff; 
	font-size: 10pt; 
	font-weight: normal; 
	margin-top: 1pt;
}

td {
	font-family: arial, arial ce; 
	color: #ffffff; 
	font-size: 13pt; 
	font-weight: normal;
}

ul {
	margin-top: 2pt; 
	font-size: 10pt;
}

a {
	color: #00FFFF; 
	text-decoration: underline;
} 

a:hover {
	color: #0066ff;
} 

