body {
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size:84%;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-top: 20px;
    margin-bottom: 20px;
}
hr {
    border-style:solid;
    border-width:1px 0pt 0pt;
    clear:both;
    height:0pt;
}
h1 {
    font-size:3em;
}
h2 {
    font-size:2.1em;
}
h3 {
    font-size:1.7em;
}
h4 {
    font-size:1.3em;
}
h5 {
    font-size:1.1em;
}
h6 {
    font-size:1em;
}
p{
    line-height: 1.5em;
}
blockquote {
    margin-left: 1em;
    padding-left: 2em;
    border-left: solid 5px #ddd;
    margin-right: 1em;
    color: #555;
    font-style: italic;
}
blockquote em{
    font-style: normal;
}
pre{
    font-size: 1.2em;
    overflow: auto;
    padding: 22px;
}
dl{
    
}
dt{
    margin: 1.75em 0 0.75em;
}
dd{
    margin: 0.75em 0 1.5em 1.75em;
}
ol {
    list-style-type:decimal;
}
ul {
    list-style-type:square;
}
li {
    margin-left:30px;
    line-height: 1.1em;
    padding: 0.3em 0;
}
small{
    font-size: 0.8em;
}