.star-news{

    margin:10px 0 15px;
    padding:12px 15px;

    border:1px solid #d7d7d7;
    border-left:5px solid #b40000;

    background:#fcfcfc;

    border-radius:4px;

}

.star-news-title{

    font-size:20px;
    font-weight:bold;
    color:#b40000;

    margin-bottom:4px;

}

.star-news-date{

    font-size:11px;
    color:#777;

    margin-bottom:10px;

}

.star-news-text{

    font-size:15px;
    line-height:1.5;
    color:#222;

}

.star-news-text p{

    margin:0 0 8px;

}

.star-news-text ul{

    margin:8px 0 8px 20px;
    padding:0;

}

.star-news-text li{

    margin:3px 0;

}

.star-news-text strong{

    color:#b40000;

}

.star-news-text em{

    color:#004080;

}

.star-news-text u{

    text-decoration-color:#b40000;

}