body {
	font-size: 22px;
}

h1 {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

p {

}

nav {
	clear: right;
	display: flex;
}

a:link {
	font-weight: normal;
	color: blue;
}

a:visited {
	font-weight: normal;
	color: blue;
}

#spritebox {
	display: flex;
}

.homelink:link {
	text-decoration-line: none;
	font-weight: normal;
	color: black;
}

.homelink:visited {
	text-decoration-line: none;
	font-weight: normal;
	color: black;
}

img {
	border: solid;
	border-width: 1px;
}
