/* TEXT FORMATING */
* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#main * {
    font-size: 12px;
    line-height: 17px;
}

#content a, #rssfeed a {
    color: #118811;
}

#content a.externallink,  #content a.mail {

    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 25px;

    background-repeat: no-repeat;
    background-position: 0 50%;
    background-attachment: scroll;

    /* white-space: pre; */
    /* white-space: nowrap; */

}

#content a.externallink {
    background-image: url(../images/extern.gif);
}

#content a.mail {
    background-image: url(../images/mail.gif);
}

.ArticleTable td {
    border-bottom-color: #88CC11;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.credit {
    font-size: 9px ! important;
    color: #333333;
}

#rssfeed, #rssfeed *  {
    font-size: 10px ! important;
}

.more {
    font-size: 10px ! important;
}
