nav {
	background-color:#b151b1;
	display:grid;
}

nav table {
	margin: auto;
	min-width:33%;
}

nav a {
	color:white;
	text-decoration:none;	
}

nav table tr td {
	border: 1px solid black;
	color:white;
	font-size:1.0rem;
	padding: 15px;
	border-spacing:5px;
	text-align:center;	
}

.aktiv {
	background: #b300b8;
}

nav table td:hover, nav table td:focus { background: #7012db;}