body {
	font-family: Georgia, "Times New Roman", serif;
	background-color: rgb(40 42 54);
	color: #ffffff;
}
#legal {
	background-image: url(scales.png);
	background-repeat: no-repeat;
	background-position: center top;
}
nav {
	font-size: 1.5em;
	border: 3px solid #ffffff;
}
nav ul {
	list-style-type: none;
	text-align: center;
	font-size: 1.5em;
	margin: 5px;
}
nav li{
	display: inline;
}
nav a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
header h1 {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: none;
  font-size: 3.2em;
  text-align: center;
  
}
header h2 {
	padding: 5px;
	font-size: 1.6em;
	font-style: italic;
	text-align: right;
	position: relative;
	right: 400px;
}
main {
	margin-left: 300px;
}
table caption {
	font-size: 200%;
}
footer {
	font-size:70%;
	text-align: center;
	padding: 10px;
	color:#a5a5a5;
}
#leftlinks {
	float: left;
	width: 300px;
}
#leftlinks h3 {
	color:#a83c45;
}
nav a:link {
	color: #4283f4;
}
#leftlinks a:link {
	color: #ffffff;
}
#leftlinks a:visited {
	color: #9e4a29;
}
nav a:visited {
	color:#9e4a29;
}
main a:link {
	color: #4283f4;
}
main a:visited {
	color: #9e4a29;
}

#picking a:visited {
	color:#9e4a29;
}
.pintumb {
	float: right;
}
@media only screen and (max-width: 64em) {
	nav {
		text-align: center;
		font-size: 1em;
		margin: 0;
	}
	header h2 {
		text-align: center;
		font-size: 1.2em;
		position: relative;
		right: 0px;
	}
}
@media only screen and (max-width: 37.5em) {
	h1 {
		font-size: 50%;
	}
	nav {
		text-align: center;
		font-size: 1em;
		margin: 0;
	}
	header h2 {
		text-align: center;
		font-size: 1.2em;
		position: relative;
		right: 0px;
	}
	#leftlinks {
	float: none;
	}
	main {
	margin-left: 0px;
	}
}