@charset "utf-8";

/* extra settings for specific category
----------------------------------------------- */
/* NEWS */
#main .news h4 {
    color: #9EC238;
    font-size: 160%;
    line-height: 1.3;
    margin: 0px;
}

p.newsbody {
    line-height: 1.7;
    margin: 10px 0 20px;
}

/* link colours for IE6
----------------------------------------------- */
* html .news ul.new-info li a:link, a:visited {
    _color: #9EC238;
    text-decoration: none;
}
* html .news ul.new-info li a:hover, a:active {
    _color: #9EC238;
    text-decoration: underline;
}
