.ul-nobullets{
    list-style-type: none;

} 

.title-color{
     background-color: #b20000;
}

.title-text-color{
   color:white;
}

.item-text-color{
    color:black;
}
.item-current-text-color{
    color:#b20000;
}