* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 36px;
	margin-left: 16px;
}

.service-selector {
	width: 100%;
	height: 32px;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
}

.service-selector p {
	margin: 8px;
}

a:visited {
	color: #0000EE;
}

.space-around {
	margin-top: 6px;
	margin-bottom: 6px;
}

