body {
    font-family: monospace;
    font-size: 13px;
    line-height: 1.46;
    color: #e3e3e3;
    background-color: #202020;
    -webkit-font-smoothing: antialiased; }

table, th, td {
    border: 0px solid;
    border-collapse: collapse;
    margin-left:25%;
    margin-right:25%;
}
th, td {
    padding: 5px;
}
th {
    text-align: left;
    color: orange;
}

h4 {
    color: #EEEEEE;
    line-height: 2;
}

h3 {
    font-size: 17px;
}

a {
  color: #bbbbbb;
}
