#news-list {
    height: 400px;
    overflow: auto;
}
    #news-list li { list-style: none; margin: 4px 0; line-height: 13px; padding: 3px; }
    #news-list li.selected { background: #FFC0CB; }

#news-show {
    padding: 10px;
    height: 380px;
}
#news-body {
    height: 300px;
    overflow: auto;
}

