/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
font: 13px/1.7 Open Sans, Arial, 'Liberation Sans', FreeSans, sans-serif;
color: #9d9fa2;
font-weight: normal;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #eaecee solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
color: #2d3e52;
font-family: Raleway, Arial, Tahoma;
line-height: 1;
clear: both;
}
h1 {
  font-size: 36px;
}

h2 {
font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}
h6 {
  font-size: 13px;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 30px;
}
img::selection,
div::selection,
a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
span::selection,
p::selection {
	color: #fff; /* Цвет текста */
  background: #a5d651; /
}
img::-moz-selection,
div::-moz-selection,
a::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
span::-moz-selection,
p::-moz-selection {
	color: #fff; /* Цвет текста */
  background: #a5d651; /
}