.box {
    padding:5px;
    font-size:0.8em;
    margin-bottom:15px;
}

.box_header {
    /*background:#61832f;
    color:#fff;*/
    background:#fff;
    border-bottom:1px solid #61832f;
    color:#61832f;
    display:block;
    padding:2px;
    text-align:left;
}

.box a:link, .box a:visited {
    display:block;
    background:#fff;
    margin:2px 0 2px 10px;
    color:#000;
    padding:2px;
}

.box a:focus, .box a:hover {
    background:#f5f5f5;
}