div.danger {
   color: yellow;
   background-color: red; padding: 10px; font-size: 18px; 
}

span.minty {
   background-color: white;
    color: green;
}

span.highlight {
   background-color: #F7DCD5; padding: 0 10px;
    color: #F16739;
}

/* this style wont work as CKEditor doesn't know if
it is block or inline */
.coffee {
   background-color: brown;
   color: white;
}