div.newsColumn
{
    padding: 0em 0.5em 0.5em 0.5em;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.newsColumn h1
{
    font-size: 1.10em;
    text-align: center;
    line-height: 1.33em;
}

div.newsColumn h1 a
{
    text-decoration: none;
}

div.newsColumn h3
{
    margin-bottom: 0;
    font-weight: bold;
    font-style: italic;
    font-size:1em;
}

div.newsColumn p
{
    margin-top: 0;
    font-size:90%;
}

div.newsColumn p.links
{
    text-align: center;
    border-bottom-width: 1px;
}

