
body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.tip {
  color: orange;
}

.item{
  color: blue;
}

.status{
  color: red;
}

.liq {
  color:violet;
  /*change the font family on this one*/
}
.chez{
  color:lemonchiffon;
  /*change the font family on this one*/
}
.fog {
  color:powderblue;
  /*change the font family on this one*/
}
.sqr {
  color:honeydew;
  /*change the font family on this one*/
}

.event {
  background-color: black;
  color: lime;
}