/* Set the default size to 12px */
/*
html { font-size: 100%; }
body { font-size: 75%; }
table { font-size: 100%; }
html>body { font-size: 12px; }

/* Set the default font to Arial */
/*
body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

/* Reset margins and padding on block level elements */
/*
h1, h2, h3, h4, h5, h6, p, blockquote,
form, label, ul, ol, dl, fieldset, address {
    padding: 0;
    margin: 0;
}

ul, ol 
{
 padding:5px;
 margin:8px;   
}

h1, h2, h3, p, blockquote,
label, ul, ol, dl, fieldset, address {
    margin-bottom: 1.3em;
}

/* Headings */
/*
 h1 {
    font-size: 2em;
    line-height: 1.2em;
}

h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.166em;
    line-height: 1.5em;
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
}
*/
