body {
  font-family: 'Work Sans', sans-serif;
  line-height: 1.35em;
  font-size: 16px;
  color: #444; }

h1 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.15em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #555;
  font-size: 48px;
  background-color: white; }

h2 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.15em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #555;
  font-size: 36px;
  background-color: white; }

h3 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.15em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #555;
  font-size: 32px; }

h4 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.15em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #555;
  font-size: 24px; }

h5 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.15em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #555;
  font-size: 18px; }

h6 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.15em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #555;
  font-size: 16px; }

p {
  margin: 1em 0;
  font-size: 14px;
  background-color:#FFCC33;
  background-size:auto auto; }

pre {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  white-space: pre;
  margin: 1em 0; }

a {
  text-decoration: none; }

a:link{
    color:#000;
}

a.one:link {color:#000000; text-decoration:underline;}
a.one:visited {color:#ffffff; text-decoration:underline;}
a.one:hover {color:#696969; text-decoration:underline;}

.alt main {
  font-family: 'Work Sans', sans-serif;
  color: #000; }
.alt h1, .alt h2, .alt h3, .alt h4, .alt h5, .alt h6 {
  font-family: 'Oswald', sans-serif;
  color: #000; }
