﻿html
{
    font-size: 0.68em;
}
h1  
{
    font-size: 3em; 
    line-height: 1; 
    margin-bottom: 0.5em; 
}
h2  
{
    font-size: 2em; 
    margin-bottom: 0.5em;  
}

h3 
{
    font-size: 1.5em; 
    line-height: 1; 
    margin-bottom: 0.5em; 
}

h4  
{
    font-size: 1.4em; 
    height: 1.25em;
    line-height: 1.25; 
    font-weight: bold;
    margin-bottom: 0.75em;
}

h5  
{
    font-size: 1.1em; 
    font-weight: bold;
    margin-bottom: 0.75em;
}
 
h6  
{
    font-size: 1em; 
    font-weight: bold; 
    margin-bottom: 0.75em;
}

p
{
    font-size: 1.00em;
    margin-bottom: 1.0em;
    line-height: 1.5; 
}

ul,ol
{
    margin-top: 0px;
    margin-bottom: 1.0em;
}
li
{
    margin-top: 0px;
    margin-left: 2.0em;
}
pre, code    
{ 
    margin-left: 10px; 
    white-space: pre; 
}

pre, code, tt 
{
     font: 1em 'andale mono', Consolas, 'lucida console', monospace; 
     line-height: 1.5; 
} 

li
{ 
    list-style-type: square;
    list-style-position: outside;
    margin-left: 25px; 
    margin-right: 25px;
}

cite
{
    font-style: italic;
    font-size: 1.1em;
}

abbr, acronym
{
    font-style: oblique;
    font-size: 0.9em;
}