/* default styles */

body {
    font: 12px 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
    color: #333333;
    text-align: left;
    /*background: #ffffff;*/
    margin: 0px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 18px 0;
}

/* headings */
h1 {
    /*font-size: 24px;*/
    font-size: 20px;
    line-height: 36px;
    margin-top: 18px;
    margin-bottom: 18px;
}

h2 {
    /*font-size: 22px;*/
    font-size: 18px;
    line-height: 36px;
    margin-top: 18px;
    margin-bottom: 18px;
}

h3 {
    /*font-size: 20px;*/
    font-size: 16px;
    line-height: 36px;
    margin-top: 18px;
    margin-bottom: 18px;
}

h4 {
    /*font-size: 18px;*/
    font-size: 14px;
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
}

h5 {
    /*font-size: 16px;*/
    font-size: 12px;
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
}

h6 {
    /*font-size: 14px;*/
    font-size: 10px;
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
}

/* links */
a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

/* lists */
ol {
    list-style: decimal;
    list-style-position: outside;
}

ul {
    list-style: disc;
}

li {
    /*
        margin-left: 30px;
    */
    margin-bottom: 18px;
}

dt {
    margin-left: 15px;
}

dd {
    margin-left: 30px;
    margin-bottom: 18px;
}

/* ########################################################################################################## */

blockquote {
    /*text-style: italic;*/
    font-size: 16px;
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
