@charset "utf-8";
/* CSS Document */

table#dictionary tr td {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: left;
}
table#dictionary p{
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F06;
}
table#dictionary tr th{
	font-size: 10;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#dictionary {
	color: #000;
}
