body {
    background-color: black;
    color: #ffcc33;
}

h1 {
    text-align: center;
}

.subtitle {
	text-align: center;
}
:link {
    color: red;
}

img {
    border: 0;
}

:visited {
    color: #FF6B20;
}

table.nav {
    margin-left: auto;
    margin-right: auto;
    border: 0;
}

table.full {
    width: 100%
}
table.footer {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 8pt;
}

@media print {
  table.footer { visibility: false }
  body {
    background-color: white;
    color: black;
  }
}
