/* nieuwsblok (container) */
div#rssnews
{
    width: 850px;
    font-family: Verdana;
    padding: 5px;
}

A:link
{
    text-decoration: none;
    color: #14899E;
}
A:visited
{
    text-decoration: none;
}
A:active
{
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
    color: #0E5461;
}

/* heading boven nieuwsitems */
div#rssnews h2
{
    border-bottom: 5px solid #999;
    text-align: center;
    font-size: 14;
}

/* titel van nieuwsitem */
div#rssnews div#title
{
    font-family: Verdana;
    font-weight: bold;
    color: #282828;
    font-size: 14;
}

/* datum van nieuwsitem */
div#rssnews div#pubdate
{
    font-family: Verdana;
    color: #565656;
    font-size: 12;
    margin-bottom: 10px;
}

/* inhoud van nieuwsitem */
div#rssnews div#content
{
    font-family: Verdana;
    color: #282828;
    font-size: 12;
    margin-bottom: 30px;
}
