.fontM { font-size: 90% }
.fontS { font-size: 80% }
.fontL { font-size: 105% }

#fontChange span{
  cursor:pointer;
}

#fontChange .active{
  font-weight:bold;
  background-color:#F9E64F;
  cursor:auto;
}


#fontChange {
/*
  _overflow: hidden;
  _zoom: 1;
*/
}
