table.list{
	background-color: #999;
	margin: 15px 5px 5px 5px;
}
th{
	font-size: 90%;
	padding: 1px 5px 1px 5px;
}
th.list{
	background-color: #ccc;
}
th.p{
	background-color: #fcf;
}
th.c{
	background-color: #9f9;
}
th.t{
	background-color: #ccf;
}
th.y{
	background-color: #9cf;
}
th.ya{
	background-color: #cff;
}
th.s{
	background-color: #fb5;
}
th.n{
	background-color: #ed4;
}
th.o{
	background-color: #bca;
}
th.k{
	background-color: #f99;
}
td.list1{
	text-align: center;
	background-color: #fff;
	padding: 7px 5px 7px 5px;
}
td.list2{
	text-align: center;
	background-color: #f8f8f8;
	padding: 7px 5px 7px 5px;
}
span{
	font-weight: bold;
}
span.p{
	color: #f0f;
}
span.c{
	color: #080;
}
span.t{
	color: #007;
}
span.y{
	color: #06c;
}
span.s{
	color: #e80;
}
span.n{
	color: #a90;
}
span.o{
	color: #564;
}
span.k{
	color: #c00;
}
span.g{
	color: #999;
}