/**
 * Default HTML Styles
 */
html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-family : Lucida Grande, Verdana, sans-serif;
    font-size: 10px;
}

h1, h2, h3 {
    font-family : Lucida Grande, Verdana, sans-serif;
    font-weight: bold;
    margin-bottom: 6px;
}

h1 {
    margin-top: 20px;
    font-size: 20px;
}

h2 {
    margin-top: 15px;
    font-size: 15px;
}

h3 {
    margin-top: 0px;
    font-size: 12px;
}

p {
    page-break-inside: avoid;
}

code, pre, input, textarea {
    font-size: 11px;
    font-family: Monaco, "Courier New", monospace;
}

pre {
    margin-top: 0px;
}

code {
    color: rgb(212,94,138);
    font-weight: bold;
}

table {
    font-family: Lucida Grande, Verdana, sans-serif;
    font-size: 10px;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:link,
a:active,
a:visited {
    color: rgb(30, 70, 110);
}

a img {
    border: none;
}

img {
    vertical-align: text-bottom;
}

ol, ul {
    padding-left: 40px;
    padding-right: 40px;
    page-break-inside: avoid;
}

li {
    padding-bottom: 6px;
}

dl {
    padding-left: 20px;
    padding-right: 20px;
    page-break-inside: avoid;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0px;
    padding-bottom: 6px;
    padding-left: 16px;
}
