/* the CSS for mokeys */

A.quote:link {
  color: red;
  text-decoration: none;
  font-size: 20pt;
  font-weight: bold;
}
A.quote:active {
  color: red;
  text-decoration: none;
  font-size: 20pt;
  font-weight: bold;
}
A.quote:visited {
  color: red;
  text-decoration: none;
  font-size: 20pt;
  font-weight: bold;
}
A.quote:hover {
  color: red;
  text-decoration: none;
  font-size: 20pt;
  font-weight: bold;
}

A.match:link {
  color: #FFFF99;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
}
A.match:active {
  color: #FFFF99;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
}
A.match:visited {
  color: #FFFF99;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
}
A.match:hover {
  color: #FFFF99;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
}


}
