body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;

	background-color: #222222;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
{
	background-color: #222222;
}
body {
	background-color: #222222;
}

body, td, th, h3, h6 {
	color: #FFFFFF;
}

h1, h2, h4, h5 {
  color: #F7b80b;
}


a:link {
	color: #9999ff;
	text-decoration: none;
}

a:visited {
	color: #ff9999;
	text-decoration: none;
}

a:active {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #99ff99;
	text-decoration: none;
}

.style1 {
	font-size: large;
	font-weight: bold;
	color: #F7b80b;
}
.style2 {font-size: smaller}