body {
	margin: 0px;
	margin-bottom: 10px;
	font-family: verdana, arial, helvetica, geneva;
	font-size: 10pt;
	background-color: black;
	color: white;
}
td {
	vertical-align: top;
}
h3 {
	color: yellow;
}
.description {
	line-height: 150%;
}
.middle-text {
	padding-top: 20px;
	padding-bottom: 20px;
}
a {
	color: yellow;
	text-decoration: underline;
}
a:hover {
	color: yellow;
	text-decoration: none;
}
a.footer {
	font-size: 10pt;
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: underline;
}
a.footer:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: none;
}
a.legal {
	font-size: 8pt;
	color: #c0c0c0;
	text-decoration: underline;
}
a.legal:hover {
	font-size: 8pt;
	color: #c0c0c0;
	text-decoration: none;
}

a.promo {
	color: yellow;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: underline;
}
a.promo:hover {
	color: yellow;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: none;
}
