.no {
   background-color:#f00;
   font-weight:bold;
}
.yes {
   background-color:#0f0;
   font-weight:bold;
}
.warning {
   background-color:#00f;
   font-weight:bold;
}
.tocheck {
   background-color:#fa0;
}

.result{
   background-color:#3ff;
}

