div.news_banner a.news_item {
    color: #000;
    display: block;
    line-height: 140%;
    padding-bottom: 10px;
    text-decoration: none;
}
div.news_banner a.news_item strong {
    display: block;
}
div.news_banner a.news_item strong span.headline {
    color: #008488;
    text-decoration: underline;
}
div.news_banner a.news_item:hover strong span.headline {
    text-decoration: none;
}
a.index_box {
    display: block;
}
a.index_box.last {
    margin-right: 0;
}
a.index_box strong {
    display: block;
    line-height: 240%;
    text-transform: uppercase;
}
a.index_box span.p {
    color: #5b6b6e;
    display: block;
    text-decoration: underline;
}
a.index_box:hover span.p {
    text-decoration: none;
}
