* {
  font-family: "Arial", "Helvetica", sans-serif;
  text-align: left;
 }

* a {
  color: #c8c8c8;
  text-decoration: underline;
 }

* a:hover {
  text-decoration: underline;
 }

html,body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: #c8c8c8;
  text-align: center;
 }

.box {
  width: 90%;
  margin: 10px auto;
 }

.content {
  font-size: 12px;
  word-spacing: 1px;
 }

.title {
  background-color: #c8c8c8;
  margin-bottom: 4px;
 }

.title .text {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: middle;
  color: black;
  text-align: right;
  margin-right: 10px;
 }

.footer a {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
 }