    
ul#novidades {}
    ul#novidades li {
        list-style: none;
        line-height: 16px;
        margin-bottom: 15px;
    }
    ul#novidades li a {
        color: #CCC;
        text-decoration: none;
    }
        ul#novidades li.first a {
            font-weight: bolder;
        }
    ul#novidades li span {
        color: #F90;
        display: block;
        font-weight: bolder;
        text-decoration: none;
    }