body {
	background-color: #232323;
	color: #ffffff;
}

html {
	background-color: #232323;
	font-family: sans-serif;
}

table {
	background: #232323;
	color: #ffffff;
	border-collapse: collapse;
}

a {
	color: #07cc9a;
}

a:hover {
	color: #05916d;
}

th {
	background: #232323;
}

tr:nth-child(even) {
	background: #232323;
}
