body{
	background-color: #eeffcc;
	color: black;
/*	font-size: 10pt;
	font-family: 'ＭＳ Ｐゴシック,ＭＳ ゴシック';	*/
}

table{
/*	font-size: 10pt;	*/
}

a:hover {
	color: red;
	/* background-color: #ffffcc; */
}
a[name]:hover {
	color: black;
}
