body {
  background-color:F4A9D2;
  font-family:helvectica,sans-serif
}

.menuItem {
  font-size:14pt;
  font-family:helvectica, sans-serif;
}

.menuItemMouse {
  font-size:14pt;
  font-family:helvectica, sans-serif;
  color:red;
  cursor:pointer;
  background-color:pink;
}

.currentItem {
  color:red;
  font-size:14pt;
  font-style=bold;
  font-family:helvectica, sans-serif;
}
