/* 
    Document   : basic
    Created on : 30.07.2010, 15:28:30
    Author     : Vladimir
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-size:medium;
}

.listHeader {
        background: silver;
        color: black;
    }

.menuitem {
background-color: gray;
margin-top: 2px;
margin-bottom: 1px;
line-height: 150%
}

.menuitem a {
color: white;
font-weight: bold;
font-size: smaller;
padding-left: 10%
}