TABLE.index {
  background-color: #FFFF99; /* ”wŒi‚ÌF */
  border-style: solid; /* ˜g‚ÌŽí—Þ */
  border-color: #FFFFFF; /* ˜g‚ÌF */
  border-collapse:collapse;
  border-width: 2px; /* ˜g‚Ì• */
  table-layout: auto;
  width: 180px; 
  height: 60px;
  color:#FF6600;
}

TABLE.data {
  background-color: #FFFF99; /* ”wŒi‚ÌF */
  border-style: solid; /* ˜g‚ÌŽí—Þ */
  border-color: #FFFF66 #FFFF00 #FFFF00 #FFFF66; /* ˜g‚ÌF */
  border-width: 2px; /* ˜g‚Ì• */
  border-collapse: separate;
  table-layout: auto;
} 

th.Bengali {
	font-family: "Ekushey Saraswatii", "Ekushey Lohit", "Arial Unicode MS";
	font-size: 20pt;
}
 
/*
.data th{
  background-color:#99FF66;
  border-style:solid;
  } 
*/
.data th{
    border-bottom:1px solid #FFFFFF;
    padding:0.5em 1em;
}

.data td{
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}

.Bengali {
	font-family: "Ekushey Saraswatii", "Ekushey Lohit", "Arial Unicode MS";
	font-size: 16pt;
} 

.Hatsuon {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 12px;
}
.Japani {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 12px;
}
.Yomi {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 12px;
}
a { 
	color: blue;
	text-decoration:none; 
}
a:hover {
	color: blue ;
	text-decoration:none;
	background-color:orange; 
}
a:visited { 
	color: blue ;
}
a:active { 
	color: blue ;
}
