body {
	background-color: #111122;
	color: white;
}

a {
	color: #CCCCFF;
	text-decoration: none;
}
a:hover {
	color: whte;
	transition: 0.5s;
}

img {
	height: 1em;
}

.ViewLink {
	font-size: 0.5em;
	color: blue;
}
