body {
	background-color: #0467cd;
	margin: auto;
	margin-top: 20px;
	font-family: monospace;
	max-width:800px;
	padding:0 10px;
	background-image: url("Wallpaper.png");
}

.fg {
	background-color: #b3dcff;
	margin: auto;
	margin-top: 20px;
	padding: 10px 10px;
	text-align: center;
}

.miscellanea {
	text-align: left !important;
	max-width: 700px;
	margin: auto;
}

.centered, h1, h2, p.small {
	text-align: center;
}

.right {
	text-align: right !important;
}

img {
	image-rendering: pixelated;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
	height: 64px;
	width: 64px;
}

img.townie {
	height: 100px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.gender {
	height: 20px;
	width: auto;
}

img.trait {
	height: 35px;
	width: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}

tr {
	width: 100%;
}

td {
	padding: 2px;
	border: 2px solid;
}
