﻿/* Type & image presets */

img, object, embed {
  margin-bottom: 10px;
}

body
{
    font-size: 12px;
    line-height: normal; /* Changing this will break the baseline grid. */
    -webkit-text-size-adjust: none;
    color: #000000;
}

a {
  color: #4AA1C6;
}

a:hover {
  color: #000;
}

a img {
  display: block; /* Stops image links getting text link styles */
}

p, ul, ol, blockquote {
  margin-bottom: 24px;
    width: 649px;
}

ul, ol{
  padding-left: 20px;
}

li {
  margin-bottom: 6px;
}

blockquote {
  border-left: 1px solid #c1c1c1;
  color: #747474;
  padding-left: 15px;
  margin-left: -15px;
}

h1
{
    color: #0033CC;
    font-size: 24px;
    line-height: 36px; /* Changing this will break the baseline grid. */
    margin-bottom: 12px; /* Changing this will break the baseline grid. */
    font-weight: lighter;
}

h2 {
  color: #0033CC;
  font-size: 18px;
  margin-bottom: 12px; /* Changing this will break the baseline grid. */
  font-weight: lighter;


}

h3
{
    color: #0033CC;
    font-size: 14px;
    margin-bottom: 0px; /* Changing this will break the baseline grid. */
    font-weight: normal;
}

table {
  margin-bottom: 0px;
}
