/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 15px;
	color:#f5821e;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 15px;
	color:#f5821e;
}

h6 {
  font-size: 12px;
	color:#ccc;
	margin-bottom:10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
h2,
h3,
h4,
h5,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}