
/* Page Layout */

body {
  background: #333;
  margin: 0;
  padding: 0;
  color: white;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 150%;
  text-align: center;
}

/* Links */

a {
  color: #fc3;
  text-decoration: underline;
}

a:hover {
  color: white;
  text-decoration: underline;
}

/* General Tag Mods */
p {
  margin-top: -225px;
}

h1 {
  font-size: 5000%;
  color: #fc3;
  text-align: center;
  margin: 0;
  margin-top: -450px;
}