a {text-decoration: none;}
.menuBar {
    background-color: #74c30e;
    padding:5px 0;
}
.menuBar ul {
    /*background-color: #74c30e;*/
    margin-bottom: 0px;
}
.menuBar ul li {
    list-style: outside none none; 
    display: inline;
    padding: 5px 10px;
    border-right: 1px #b4f561 solid;
}
.menuBar ul li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.menuBar ul li a:hover{
    color: #fc2fa3;
}
.list_post{
    padding-bottom: 30px;
}
.post{
    margin-bottom: 30px;
    height: 150px;
}
.link-post{
    float: left; 
    margin-right: 10px;
}
.title-post{
    margin-top: 0px;
}