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

  Licensed under GPL and MIT.
*/

@font-face {
    font-family: 'FunctionProBook';
    src: url('./Fonts/FunctionPro-Book-webfont.eot');
    src: url('./Fonts/FunctionPro-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('./Fonts/FunctionPro-Book-webfont.woff') format('woff'),
         url('./Fonts/FunctionPro-Book-webfont.ttf') format('truetype'),
         url('./Fonts/FunctionPro-Book-webfont.svg#FunctionProBook') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

body {
  font-family:'FunctionProBook';
  font-size:15px;
  line-height:125%;
  color:#000000;
  background-color:#c0c0c0;
}

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:#4b82c8;
  line-height:175%;
  margin-top:-10px;
  letter-spacing:0.05em;
}

h2 {
  font-size: 23px;
  color:#4b82c8;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
  color:#4b82c8;
  line-height:175%;
  margin-top:-9px;
  letter-spacing:0.05em;
}

h5 {
  font-size: 17px;
  color:#4b82c8;
  line-height:175%;
  margin-top:-8px;
  letter-spacing:0.05em;
}

h6 {
  font-size: 15px;
  color:#4b82c8;
}

/* `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-top:0px;
  margin-bottom: 0px;
}

table {
  vertical-align:top;
  }