body {
    font: 12px/1.4 "Lucida Grande","Lucida","Verdana",sans-serif;
    color: #303333;
}
a:focus {
    outline: 0;
}

a, a:visited {
    text-decoration: none;
    color: #ff6d00;
}

h1 {
    font-size: 30px
}
h2 {
    font-size: 27px
}
h3 {
    font-size: 18px;
    color: #1197ff;
    /* color: #000; */
}
h4 {
    font-size: 19px
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Helvetica Neue","Helvetica","Arial",Sans-serif;
    font-weight: normal;
    margin-bottom: .25em;
}

ul.std-list {
    list-style: disc;
    margin-left: 18px;
}

ul.std-list li {
    margin: 0 0 .6em 0;
}

h5,h6 {
    font-family: "Lucida Grande","Lucida","Verdana",Sans-serif;
    font-weight: bold;
}

p {
    margin-bottom: 1.3em;
}

