/* 
    Document   : lists
    Created on : 2010-02-20, 20:58:51
    Author     : fizyk
    Description:
        Purpose of the stylesheet follows.
*/
/*
Generic definition lists
*/
dl
{
    margin: 0.5em 0em 0em;
    font-size: 13px;
}

ul.plain
{
    list-style-type: none;
    margin: 0.2em 1px 0.2em 1em;
}
