UL {         background: white;         margin: 1px 1px 1px 1px;        padding: 3px 3px 3px 3px;                                     /* No borders set */}LI {         color: black;                 /* text color is black */         background: white;            /* Content, padding will be gray */        margin: 1px 1px 1px 1px;        padding: 2px 2px 2px 2px;    /* Note 0px padding right */        list-style: none             /* no glyphs before a list item */                                     /* No borders set */}LI.withborder {        border-style: solid;        border-width: 1px;        /* sets border width on all sides */        border-color: #CCCCCC;}