@import url(/lib/g/1.0/styles/base.css);

h1, h2, h3, h4, h5, h6, p {
    font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
    line-height: 1.5em;
    font-style: normal;
}

h1 {
    text-transform: uppercase;
    color: #222222;
    font-size: 23px;
    letter-spacing: 1.5px;
}

h2 {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
}

h3 {
    text-transform: uppercase;
    font-size: 14px;
}

p {
    font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    font-size: 14px;
    color: #999999;
}

a, a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #222222;
}

.link:hover {
    color: #222222;
}


strong {
    font-weight: normal !important;
    color: #222222;
}

b {
    font-weight: normal !important;
}

em {
    font-style: normal;
}

p a {
    color: #5c5c5c;
}

p a:hover, p a:visited {
    color: #222222;
}