/* Style formatting for the "News" page */

.news-head
{
    margin-top: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.important
{
    color: red;
}

.news-body
{
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 16px;

    text-indent: 0.2in;
}

td.date, td.link
{
    padding-top: 4px;
}

td.link
{
    padding-left: 10px;
}
