#news {
    margin: 0px;
    padding: 0px;

    font-family: Arial, sans-serif, Verdana, Geneva, helvetica;
    font-size: 12px;
}


#news .edit {
    position: relative;
    float: right;
    margin-top: -40px;
}

#news .a_news {
    padding: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
#news .a_news .title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
}
#news .a_news .text {
    font-size: 13px;
}
