/* Default Page settings */
.default {
  background-color: #222222;
  color: white;
  font-family: Courier;
  size: 50px;
}
/* Settings for page */

.centralize {
  text-align: center;
}

/* Tables */
.bottom-table {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222222;
  border-collapse: collapse;
}

/* Links */
a:link {
  color:#2ba8d9;
}
a:visited {
  color:#4ea345;
}
a:hover {
  color:#d92b2b;
}
a:active {
  color:#d9962b;
}