.root_top_message_board_container{
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.root_top_message_board_text{
    text-align: justify;
    font-weight: normal;
    color: red; 
    /*color: blue;*/
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
}

.root_top_message_board_text a{
    color: blue;
    font-weight: normal; 
    text-decoration: none;
}



