body {
    color: black;
    background-color: white;
    margin: 0;
    overflow-y: scroll;
    font-family: sans-serif;}
a {
    color: white;}
a:visited {
    color: #CCC;}
a:hover {
    color: #AAA;}
input[type=text] {
    border: 1px solid black;}
#main {
    width: 900px;
    background-color: white;
    margin-right: auto;
    margin-left: auto;}
#header {
    background-color: black;}
#nav {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 10px 30px;}
#nav li {
    display: inline;
    padding: 10px;}
#content {
    margin: 0;
    padding: 10px 30px;
    background-color: white;}
#ip {
    font-size: 16pt;
    font-weight: bold;}
#logo {
    color: white;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.5em;
    font-weight: bold;
    text-shadow: 0 0 10px #fff, 0 0 20px rgba(255,255,255,0.9), 0 0 20px rgba(255,255,255,0.7), 0 0 30px rgba(255,255,255,05);}
.content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;}
.footnote {
    font-size: 70%;}
.button {
    color: white;
    background-color: black;
    border-radius: 2px;
    text-decoration: none;
    border: none;}
.button:active {
    background-color: #333;}
table.content {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 800px;}
table.content th {
    background-color: white;
    padding: 10px;}
table.content tr:nth-child(odd) {
    background-color: white;}
table.content tr:nth-child(even) {
    background-color: #EEE;}
table.content td {
    padding: 10px;}
