.index_box_header{
    height:25px;
    background-color:#2e353f;
    color:white
}

.index_box_body{
    cursor: pointer;
}

.index_box_body:hover{
    background-color: #dedede;
}
