/* start mini reset - (YUI derived) */
body, div, h1, h2, p {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

/* end reset */
/* start fonts */
h1 {
  font-family: 'Special Elite', serif; }

h2, p {
  font-family: 'Droid Serif', serif; }

body {
  font-size: 16px; }

h1 {
  font-size: 112px;
  line-height: 126px;
  margin-top: 18px;
  margin-bottom: 18px; }

h2 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 18px;
  margin-bottom: 18px; }

p {
  font-size: 16px;
  line-height: 18px;
  margin-top: 18px;
  margin-bottom: 18px; }

/* end fonts */
/* start spacing */
#mainContent, #colophon, #footer {
  padding: 18px; }

#mainContent h1 {
  margin-top: 0px; }
#mainContent p:last-child {
  margin-bottom: 0px; }

#colophon h2 {
  margin-top: 0px; }
#colophon p:last-child {
  margin-bottom: 0px; }

#footer p {
  margin-top: 0px;
  margin-bottom: 0px; }

/* end spacing */
/* start colouring */
body {
  color: black;
  background-color: #b3b3b3; }

#mainContent {
  background-color: gray; }

#colophon {
  background-color: #9a9a9a; }

/* end colouring */
a {
  text-decoration: none;
  color: #333333;
  border-bottom: 1px dashed #1a1a1a; }
  a:hover {
    text-decoration: none;
    color: #e6e6e6;
    border-bottom: 1px dashed #e6e6e6; }
  a:visited {
    text-decoration: none;
    border-bottom: 1px dashed #b3b3b3; }
