body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 20px;
	background-color: #000000;
}
p, ul, table {
	font-size: 100%;
}
a {
	color: #DDDDDD;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #FFFF00;
	text-decoration: underline;
}
h1, h2, h3 {
	color: #FFFF00;
}
h1 {
	font-size: 240%;
	font-weight: normal;
	margin-top: 0px;
	padding: 0px;
}
h2 {
	font-size: 200%;
	margin-top: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
