body {
	font-family: system-ui,sans-serif;
	font-size: 100%;
	line-height: 1.3em;
}

ul.top-links {
	outline: 1px dotted gray;
	margin: 1em;
	list-style: none;
	padding-left: 0;
}

.top-links li {
	margin: 1em 0 1em 1em;
	line-height: 2em;
	width: 25%;
	display: inline-block;
	border: 2px solid #050;
	border-radius: 0.4em;
}

.first {
	
}

.top-links a {
	color: rgba(200,180,200,1);
	background-color: #383;
	padding: 0.3em;
	display: block;
	border-radius: 0.4em;
	border: 3px solid #050;
	box-shadow: 4px 3px 10px #000;
	text-align: center;
	text-decoration: none;
}

.top-links a:link {color: #fff;}
.top-links a:visited {}
.top-links a:hover {}
.top-links a:active {}