body {
	background-color:#202020;
}

h2 {
	font-family: sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #f0f0f0;
	background: #202020;
	margin-bottom: 0px;
}

h3 {
	font-family: sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #f0f0f0;
	background: #202020;
	margin-bottom: 0px;
}

p {
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffff80;
	margin-bottom: 0px;
}

p.tabletitle {
	font-family: sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin-bottom: 0px;
}

p.tableheading {
	font-family: sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin-bottom: 0px;
}

p.tabletext {
	color: #000000;
}

li {
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffff80;
	margin-bottom: 5px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #ffff00;
}

a:hover {
	background: #202020;
}
