@font-face { font-family: Basiic; src: url("fonts/basiic.ttf"); }

body {
	font-family: Basiic;
}

table, tr, td, th {
	border: 1px solid black;
	background-color: #bad3ff;
	font-size: 90%;
}

th, td {
	padding: 5px;
	background-color: #ffbaef;
}

td img {
	width: 15px;
}

table {
	margin-top: 20px;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}