/**** Typography ****/

body {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color:#11161F;
}

p {
  font-size: 1em; /* 12px */
  line-height: 1.5em; /* 18px */
  margin: 0 0 1.5em 0;
}
/* 26px - The quick brown fox jumps over the lazy dog */
.unknown {
  font-size: 2.1667em; /* 26px */
  line-height: 1.3846em; /* 36px */
  margin-top: 0.6923em;
  margin-bottom: 0em;
}
/* 24px - The quick brown fox jumps over the lazy dog */
.unknown2 {
  font-size: 2em; /* 24px */
  line-height: 1.5em; /* 36px */
  margin-top: 0.75em;
  margin-bottom: 0em;
}
/* 22px - The quick brown fox jumps over the lazy dog */
h1 {
  font-size: 1.8333em; /* 22px */
  line-height: 1.6364em; /* 36px */
  margin-top: 0.8182em;
  margin-bottom: 0em;
}
/* 20px - The quick brown fox jumps over the lazy dog */
h2 {
  font-size: 1.6667em; /* 20px */
  line-height: 1.8em; /* 36px */
  margin-top: 0.9em;
  margin-bottom: 0em;
  font-weight: normal;
}
/* 18px - The quick brown fox jumps over the lazy dog */
h3 {
  font-size: 1.5em; /* 18px */
  line-height: 1em; /* 18px */
  margin-top: 1em;
  margin-bottom: 0em;
  font-weight: normal;
}
/* 16px - The quick brown fox jumps over the lazy dog */
h4 {
  font-size: 1.3333em; /* 16px */
  line-height: 1.125em; /* 18px */
  margin-top: 1.125em;
  margin-bottom: 0em;
  font-weight: normal;
}
/* 14px - The quick brown fox jumps over the lazy dog */
h5 {
  font-size: 1.1667em; /* 14px */
  line-height: 1.2857em; /* 18px */
  margin-top: 1.2857em;
  margin-bottom: 0em;
  font-weight: normal;
}
/* 10px - The quick brown fox jumps over the lazy dog */
p.small {
  font-size: 0.8333em; /* 10px */
  line-height: 1.8em; /* 18px */
  margin-top: 1.8em;
  margin-bottom: 0em;
}
/* 8px - The quick brown fox jumps over the lazy dog */
p .smallest {
  font-size: 0.6667em; /* 8px */
  line-height: 2.25em; /* 18px */
  margin-top: 2.25em;
  margin-bottom: 0em;
}

a {
  text-decoration: underline;
  color:#39D;
}

a .number {
  text-decoration: none;
  color:#fff;
}

a:hover {
  text-decoration: none;
  color:#0052a3;
}

a:visited {
  text-decoration: underline;
  color:#0052a3;
}

::-moz-selection {
  background: #11161f;
  color: #dadada;
  text-shadow: none; } /* selected text */

::selection {
  background: #11161f;
  color: #dadada;
  text-shadow: none; } /* selected text */
  
.about h2 {
  margin-bottom:18px;
  color:#747474;
}

img { -ms-interpolation-mode: bicubic; }