h1 {
    font-size:2em;
    font-weight:bold;
}
h2 {
    font-size: 1.5em;
    margin-top: 24px;
    margin-bottom: 4px;
    font-weight:bold;
}
h3 {
    font-size: 1.3em;
    margin-top: 18px;
}
h4 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 6px;
}
p, pre {
    margin: 8px 0px;
    line-height: 1.5em;
}
td {
    padding: 5px;
}
th {
    padding: 5px;
    font-weight:bold;
}

dt {
    margin-top: 12px;
    font-weight: bold;
    line-height: 1.5em;
}
dl {
    margin-top: 6px;
    line-height: 1.5em;
}
