* {
	font-family: arial, sans-serif;
}
html {
	width: 99vw;
	height: 99vh;
	overflow: hidden;
}
body {
	width: 99%;
	height: 99%;
}
a, a:visited {
	color: blue;
	background-color: transparent;
}
a:active {
	color: red;
	background-color: transparent;
}
fieldset {
	margin: 0.5em;
}
fieldset legend {
	font-size: 2em;
	font-weight: bold;
}
fieldset legend img {
	vertical-align: middle;
	margin-right: 5px;
}
#changelog, #changelog * {
	font-family: monospace;
}
#validator_badges {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
#validator_badges a {
	display: inline-block;
	margin-left: 2.5px;
	margin-right: 2.5px;
}
#validator_badges a img {
	display: inline-block;
	width: 88px;
	height: 31px;
}
