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

  Licensed under GPL and MIT.
*/

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




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

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

h1 {
  font-size: 20px;
  text-transform:uppercase;
  color: #00a8c6;
  font-weight: bold;
  line-height: 2.0;
  padding-bottom: 5px;
  
}

h2 {
  font-size: 16px;
  text-transform:uppercase;
  color: #9dc51f;
  font-weight: bold;
  line-height: 2.5;
  padding-top: 5px;
}

h3 {
  font-size: 14px;
  text-transform:uppercase;
  line-height: 2.5;
  padding-top: 5px;
}

h4 {
  font-size: 14px;
  text-transform:uppercase;
  line-height: 2.5;
  padding-top: 5px;
}

h5 {
  font-size: 20px;
  text-transform:uppercase;
  color: #ffffff;
  font-weight: bold;
  line-height: 2.5;
  padding-top: 5px;
}

h6 {
  font-size: 15px;
}

/* `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: 8px;
}
