html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background: #D1D1D1 url(bg.png);
  color: #2a2d2e;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
h1 {
  color: #E42986;
  font-size: 22px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom:8px; border-bottom: 1px solid #484848;
  margin: 0 0 10px 0;
}
h2 {
  color: #E42986;
  font-size: 20px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom:8px; border-bottom: 1px solid #484848;
  margin: 0 0 10px 0;
}
h3 {
  color: #E42986;
  font-size: 20px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom:8px; border-bottom: 1px solid #484848;
  margin: 0 0 10px 0;
}

p {margin: 0 0 20px 0;}

a,  a:link {
  color: #0484C5;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #0484C5;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #0484C5;
  text-decoration: underline;
}
a:focus {
  color: #0484C5;
}
a:active {
  color: #0484C5;
}
#outerWrapper {
  background-color: #f6f6f6;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 760px;
  border: 10px solid #C4C4C4;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 20px 15px 10px 15px;
  border: 1px solid #B7B7B7;
}