span.char{
	color:red;
}
span.etc{
	color:blue;
}
table{
	border-width:1px;
	border-style:dotted;
	border-color:black;
	padding:0px;
	margin:0px;
}
th{
	background-color:gray;
}
a.fl{
	text-decoration: underline;
}
td{
	background-color:#dadada;
}
