@charset "utf-8";

table {
	margin-bottom: 1em;
	/* [disabled]border-color: #FFFFFF; */
	border-collapse: collapse;
	background-color: #666666;
}

th {
	background-color: #1A005B;
	color: white;
	padding: 0.8em 1em 0.6em;
	text-align: center;
	border-bottom: 2px solid #999999;
	font-size: large;
}

th, td {
	vertical-align: middle;
}

tr:nth-child(even) {
	background-color: #C0C0C0;
}

td {
	padding: 0.5em 1em;
	text-align: left;
	border-color: #999999;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	border-collapse: collapse;
}


td a {
	text-decoration: none;
	color: #1A005B;

}
td a:hover {
	color: #FFFFFF;
}
