/* mychars.css */

  .mychars_info   { color: black; background-color: transparent; font-weight: normal; }
  .mychars_warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .mychars_error  { color: red; background-color: transparent; font-weight: bold }

mychar_normal { font-size: 100%;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
 }