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

  Licensed under GPL and MIT.
*/

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

body {
	color:#333;
	font-family: 'Lato', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

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

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

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

h1 {
	font-size: 25px;
	color:#014711;
	margin-bottom:10px;
}

h2 {
	
  font-size: 23px;
  color:#014711;

}

h3 {
	font-size: 21px;
	color:#014711;
	border-bottom-width: thin;
	border-bottom-style: none;
}

h4 {
	font-size: 18px;
	font-weight:normal;
	color:#545454;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #aaa;

}

h5 {
  font-size: 17px;
  color:#807e7a;
}

h6 {
  font-size: 15px;
  color:#807e7a;
  border-bottom:dotted thin #807e7a;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 15px;
	margin-left: 10px;
}
