body {
	background-color: #000000;
	color: #00FF00;
	font-size: 12px;
	font-family: courier, helvetica, arial, sans-serif;
	}

tr, td {
	background-color: #000000;
	color: #00FF00;
	font-size: 12px;
	font-family: courier, helvetica, arial, sans-serif;
	}

h1 {
	color: #00FF00;
	font-size: 14px;
	font-family: courier, helvetica, arial, sans-serif;
	font-weight: bold;
	}
	
a:link {text-decoration: underline; color: #00FF00; font-size: 12px; font-weight: normal}
a:visited {text-decoration: underline; color: #00FF00; font-size: 12px; font-weight: normal}
a:hover {text-decoration: none; color: #00FF00; font-size: 12px; font-weight: bold}
a:active {text-decoration: none; color: #00FF00; font-size: 12px; font-weight: normal}
