@charset "utf-8";
@import url("./default.css");

a {
	color:#FFFF66;
	text-decoration:underline;
}

a:hover {
	color:#AAAAFF;
	text-decoration:underline;
}




table {
	margin-top:40px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
 th {
	font-size:110%;
	font-weight:bold;
}
 th,
 td {
	background-color: #2739B7;
	color:#EEEEFF;
	border-top: 1px solid #3399CC;
	border-right: 2px solid #993333;
	border-bottom: 2px solid #993333;
	border-left: 1px solid #3399CC;
	padding: 15px 10px;
}