.block {
  font-family:Arial;
}

.gates {
   font-weight:bold;
}

.or {
  color:red;
}

.and {
  color:blue;
}

.not {
  color:grey;
}

.exc {
  color:green;
}