/*  style type="text/css"  */

/*
 *  Anchor styles
 */
a {
  text-decoration: none;
}

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

a.selected {
  color: #CC3333;
  text-decoration: none;
}


/*  /style  */

