/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline}
:focus{outline: 0}
ol, ul{list-style: none}
blockquote:before, blockquote:after, q:before, q:after{content: ""}
blockquote, q{quotes: "" ""}
strong{font-weight: bold}
em{font-style: normal}
a {
  color: #A9A9A9;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #999;
  cursor: pointer;
  text-decoration: none;
}
body {
  color: #333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 62.5%;
  background: #fff;
}
body p {
  font-size: 2em;
  line-height: 1.4em;
  margin: 1em;
  width: 20em;
}
.ampersand {
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-style: italic;
}
#dopplr-katiebot-velocity-embed {
  margin: 0 1em;
  width: 20em;
}
.dopplr-badgr {
  border: 0 !important;
  color: #333 !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}