html {
  background-color: #FFFF00;
}
body {
  color: #004080;
  font-family: 'Comic Sans MS', cursive;
}
a {
  color: #FF0000;
}
a:link {
  text-decoration: underline;
  text-decoration-style: wavy;
}
a:visited {
  color: #804000;
}
a:hover {
  text-transform: uppercase;
}
a:active {
  text-transform: uppercase;
  text-decoration: none;
}
a:focus {
  outline: 1px dotted;
}
.menuItem {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
}
.menuItem:hover,
.menuItem:active,
.menuItem:focus {
  background-color: #800080;
  color: white;
}
