body {
	background-color: #1e1e2e;
	color: #b9b6d7;
	font-family: sans-serif;
	font-size: 12pt;
	max-width: 1440px;
	margin: auto;
	padding: 0 5px;
}
.r { text-align: right }

a {
	color: lime;
	text-decoration: none;
}

h1 {
	border-bottom: 1px solid #242a49;
}

.dirlist {
	margin-top: 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	gap: 10px;
}
.dirlist .item {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 160px;
}
.dirlist a {
	width: 100%;
	height: 100%;
	display: block;
	color: white;
	font-size: 11pt;
}
.dirlist a:hover {
	background-color: #1a1a27;
}
.dirlist .top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
}
.dirlist .top img {
	max-width: 100px;
	max-height: 100px;
}
.dirlist .bottom {
	margin-top: 10px;
	word-wrap: break-word;
	text-align: center;
}
