body {
	margin: 2em 12%;
	background: #000000;
	color: #00ff80;
	font-family: Verdana;
	font-size: medium;
}
a {
	text-decoration: underline !important;
}
a:link, a:visited, a:active {
	background: transparent !important;
}
a:link {
	color: #ffffff !important;
}
a:visited {
	color: #e0e0e0 !important;
}
a:hover {
	background: #ffffff !important;
	color: #0000ff !important;
}
a:active {
	color: #ff00ff !important;
}
table, tr, th, td, thead, tbody, tfoot {
	font: medium Verdana, Arial, Helvetica, sans-serif !important;
	color: #FFFFFF; !important;
}