TABLE.index{
  text-align:center;
  width:80%;
}
TD.index{
  font-size:14px;
  text-align:center;
  color:white;
  background:royalblue;
  font-weight:900;
}
TD.char{
  font-size:20px;
  text-align:center;
  color:navy;
  background:lightblue;
}
A:link {
  color: #0066cc;
  text-decoration: none ;
}
A:visited {
  color: #009999;
  text-decoration: none ;
}
A:active{
  color: #ff9900;
  text-decoration: none ;
}
A:hover{
  color: #FF0000;
  text-decoration: underline ;
}
