@import url('https://fonts.googleapis.com/css?family=Trade+Winds&display=swap');

*
{
	font-family: 'Noto Sans JP', sans-serif;
}

body
{
	background-color: #2d2d30;
}

div
{
	color: white;
	text-align: center;
	margin: 0px auto;
}

table
{
	color: white;
}

td
{
	text-align: center;
}

th
{
	text-decoration: underline;
}

a
{
	color: red;
	text-decoration: underline;
	text-decoration-style: wavy;
	font-style: italic;
}

a:hover
{
	font-size: 17px;
	text-style: normal;
}