@charset "utf-8";
/* links Style */
table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
table caption {
	font-size: 150%;
	border-bottom: thin solid #FFF;
}
table a {
	color: #CCC;
}
table a:hover {
	color: #F00;
}
