body {
	margin:0;
	background-color:#b1adce;
}

h1, li, a { 
	font-family:sans-serif;
	color:#645282;
}

h1, li {
	white-space: nowrap;
	list-style:none;
}

.info ul { padding:0; }
.info li { padding:.2rem 0; }

a { 
	text-decoration:none; 
	target-name:new;
	target-new:tab;
}

a:hover { text-decoration:underline; }
