* {
    margin: 0;
    padding: 0;
}

* :link,:visited {
    text-decoration: none
}

* ul,ol {
    list-style: none;
}

* li {
    display: inline;
}

* h1,h2,h3,h4,h5,h6,pre,code {
    font-size: 1em;
}

* a img,:link img,:visited img {
    border: none
}

a {
    outline: none;
}

table {
    border-spacing: 0;
}

img {
    vertical-align: text-bottom;
}

iframe {
    border-width: 0;
    border-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
    font-weight: lighter;
    color: Black;
    line-height: 1.5em;
}

h1, h2 {
    letter-spacing: 0.01em;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.95em;
}

h6 {
    font-size: 0.8em;
}


h2 a, h3 a, h4 a {
    border-bottom: none !important;
}

a:link, a:visited {
    color: #205c90;
}

a:focus img {
    outline: thin dotted;
}

dt {
    font-weight: bold;
}

input {
    font-family: "Lucida Grande", Arial, FreeSans;
}

q {
    quotes: "“" "”" "‘" "’";
}

