   <style TYPE="text/css">   
      .header {
         color: white;
         font-size: large;
      }
      .kanji {
         font-size: xx-large;
      }
      .reading {
         font-size: medium;
      }
      .on {
         text-transform: uppercase
         font-size: medium;
      }
      .kun {
         text-transform: lowercase
         font-size: medium;
      }
      .kanjiCompound { 
         white-space: nowrap;
      }
      a  {
         text-decoration: none;
      }
      table {
         font-family:sans-serif;
      }
      .karyotype {
         margin-left:5em;
         text-indent:0em;
         vertical-align:top; 
      }
      .colorTable, .colorTable TD .colorTable TH{
         //background-color:violet;
         //color:white;
         border-color:firebrick;
      }
      img {
          border: 10px;
      }
   </style>
