body {
     background-attachment: fixed;
     background-color: #141414;
     opacity: 1;
     color: #EEEEEE;
     font-size: 16px;
     font-family: 'Consolas', mono;
}
h1 {
	color: #EEEEEE;
    font-size: 32px;
    font-family: 'Orbitron', Arial, sans-serif;
}
h3 {
	color: #EEEEEE;
    font-size: 18px;
    font-family: 'Orbitron', Arial, sans-serif;
	color: #FFD76D;
}
table {
	font-size: 16px;
}
table tr:nth-child(odd) td
{
	background-color:rgba(0, 0, 0, 0.2);
}
table tr:nth-child(even) td
{
    background-color: black;
	background-color:rgba(0, 0, 0, 0.1);
}
hr {
     border: 1px solid white;
     opacity: 0.1;
}
h1 {
     height: 20px;
}
td {
     text-align: center;
     vertical-align: middle;
}
a {
	color: #63B3E6;
}