body
{
    font-size :8.5pt;
    font-family :Tahoma;
}

a:focus
{
    outline: 1px dotted;
}

h1
{
    font-size: 25px;
}
h2
{
    font-size: 18px;
}
h4
{
    font-size: 14px;
    font-weight :bold ;
}
h5
{
    font-family :Verdana ;
    font-size: 8pt;
    font-weight :lighter;
}
h6
{
    font-family :Verdana ;
    font-size: 7pt;
    font-weight :lighter;
}


ol
{
    list-style: decimal;
}
ul
{
    list-style: disc;
}
li
{

}
p, dl, hr, h1, h2, h4, h5, h6, ol, ul, pre, table, address, fieldset
{
    /*margin-bottom: 20px;*/
}
