body {
  background-color: #ffffff;
  font-size: .80em;
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #3f3f3f;
  height: 100%;
  background-image: url('/Content/Images/bg.gif');
  background-repeat: repeat;
}
/***********/
/*  LINKS  */
/***********/
a:link,
a:visited {
  color: #3f3f3f;
  text-decoration: none;
}
a:hover {
  color: #e3001a;
  text-decoration: none;
}
a:active {
  color: #3f3f3f;
}
/****************/
/*  PARAGRAPHS  */
/****************/
p {
  margin-bottom: 10px;
  line-height: 1.6em;
}
/**************/
/*  HEADINGS  */
/**************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  color: #3f3f3f;
  font-variant: small-caps;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 0px;
}
h1 {
  font-size: 1.6em;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}
h2 {
  font-size: 1.5em;
  font-weight: 600;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
