/* Comity style sheet */

a { 	
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #660033;
  text-decoration: underline;
}

a:active {
  color: #336688;
  text-decoration: underline;
}
span.hilite-blue {
  background-color: ccd8e6;
}
span.hilite-yellow {
  background-color: FFFF00;
}
span.hilite-pink {
  background-color: FF99FF;
}

