html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li,
abbr, acronym, address, b, big, blockquote,
cite, code, del, dfn, em, i, ins, kbd, pre, q,
samp, tt, var, small, strong, sub, sup,
object, iframe, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  background: transparent; }

textarea, input, select {
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0; }

html, body, #container {
  text-align: center;
  margin: 0 auto;
}

body {
  width: 500px;
  margin-top: 75px;
  color: #252519;
}

p {
  margin-bottom: 0.5em;
}

body {
  font-size: 14px;
  line-height: 19px;
}

p {
  text-align: justify;
  font-family: 'Palatino Linotype', 'Hoefler Text', 'Book Antiqua', Palatino, FreeSerif, serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
}

h1 {
  text-align: center;
  font-family: cardo;
  font-size: 4em;
  position: relative;
  left: 7px;
  text-shadow: 1px 1px 2px #ccc;
}

h2 { 
  font-size: 2.5em;
  text-align: center;
  line-height: 2em;
  font-weight: normal; 
  font-family: HelveticaNeue-Light, arial, serif;
  text-shadow: 1px 1px 2px #ccc;
}


h1 .red {
  color: #880000;
  position: relative;
  top: -13px;
  left: -15px;
  font-size: 0.8em;
}

a {
  color: #880000;
  text-decoration: none;
  border-bottom: 1px dotted #880000;
}

a:hover, a:active {
  color: inherit;
  background: #fcc;
}

