#imp-links a { 
    font-weight: bold;
    line-height: 1.5em;
    }
#imp-links:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    }
#imp-links .clearfloat {
    clear: both;
    height: 0;
    overflow: hidden;
    }
/* two columns layout
#imp-links .imp-links-list { width: 48.8%; margin: 0; }
#imp-links .imp-links-list-left { float: left; }
#imp-links .imp-links-list-right { float: right; }
*/

#imp-links .imp-links-list ul li {
    background:#111;
    margin:1em 0em;
    padding: 1em;
    border: solid 1px #222;
    }

