body, p, td, input {
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	font-size: 10pt;
	color:white;
	text-decoration: none;
	line-height:18px;
}
body {
	background-color: black;
	margin: 0;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #9db33c;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #9db33c;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #5e6c23;
}

h1 {
	font-size: 22pt;
	letter-spacing: -2px;
}

h2 {
	font-size: 16pt;
	letter-spacing: -1px;
	display: inline;
}

h5 {
	font-size: 7pt;
	display: inline;
}

h6 {
	font-size: 6pt;
	display: inline;
	line-height: 8pt;
	color: gray
}

.red {
	color: red;
}

.green {
	color: #00ff00;
}