/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 16px Arial, Helvetica, sans-serif;
  color: #444;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 22px;
  color: #C30;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-size: 19px;
  color: #3980AE;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  color: #524D4D;
  font-weight: bold;
}

h4, h5, h6 {
  font-size: 17px;
  color: #173744;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
