html {
  height: 100%;
  font: 400 12px/150% arial, sans-serif;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font: 400 12px/150% arial, sans-serif;
  background: #fff url(../images/background.jpg);
  color: #fff;
}

div#mainContent div.contentArea .wrapper p {
  font-size: 10px;
}

h1 {
  font-size: 2.2em;
  font-weight: normal;
}

h2 {
  font: 700 1.5em "trebuchet ms", serif;
}

h3 {
  font: 700 1.3em "trebuchet ms", serif;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
}

h6 {
  font: 700 1em "trebuchet ms", serif;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 25px 0;
}

p {
  margin: 0 0 10px 0;
  font: 400 10px/150% Helvetica, arial, sans-serif;
}

a {
  color: #fff;
}

/* Uncomment this if you would like a visited link style
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #f1f1f1;
}

