html {
  background: white;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
}

div#title {
  text-align: center;
}

h1 {
   font-size: large;
}

div#content {
  text-align: center;
}

p#classname {
  font-family: 'Lucida Console', Courier, monospace;
  font-size: 300%;
}

div#powered-by, div#powered-by a {
  background: transparent;
  color: #aaa;
  font-size: small;
  text-align: center;
}

