body
{
    line-height: 1.8;
}

h1 
{
    font-size: 2rem;
    line-height: 1.2;
}

h2 , .htmlform-title
{
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

h3 
{

    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.5;
}

h3>small{
    font-size: 0.7rem;
}

h4
{
    margin: 0;
}

p, ul, ol, pre, table, blockquote 
{
    margin-top: 0;
    margin-bottom: 0.5em;
}

/* Sanitation */
hr 
{

    border: 1px solid;
    margin: -1px 0;
}

a, main #contentContainer a.button
{
    text-decoration: none;
}

a:hover, .contentRegion a
{
    text-decoration: underline        
}

ul[class], ul ul, ol ol, ul ol, ol ul 
{
    margin-top: 0;
    margin-bottom: 0;
}



small
{
    font-size: 0.8em;
}

sup, sub 
{
    font-size: 70%;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub 
{
    top: 0.4em;
}


