Just create a CSS file and define three styles for your comments.
.styleOne{
background:cyan;
color:black;
font-family:arial;
font-size: 10px;
}
.styleTwo{
background:yellow;
color:black;
font-family:<--------2nd font family----------------;
font-size: 10px;
font-width:bold;
}
.styleThree{...