/*  Delcloseawards.com Style Sheet  */
/*  news.css  */
/*  defines news section styles  */

/* BEGIN COMMON STYLES */

.news_article {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #777;
}

.news_article h3 {
        text-transform: uppercase;
        font-size: 1.8em;
        margin: 0;
}

.news_article h4 {
        font-weight: normal;
        font-size: .9em;
        margin: 0 0 10px 0;
        color: #777;
}

.news_article img {
        border: 1px solid #A16700;
}


/* end news.css */