body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a img {
	border:0;
}

.hidden {
	position:absolute;
	top:auto;
	left:-10000px;
}

main {
	display:block;
	width: 740px;
	margin: 10px auto 10px auto;
	text-align:left;
	font-family:"Palatino Linotype",Palatino,serif;
}

/* Initially hidden. Revealed if JavaScript enabled. */
#main_form {
	display:none;
}

#main_form {
	width: 340px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family:"Palatino Linotype",Palatino,serif;
}

.control {
	border: solid 1px #adc0ed;
	color: #2e4987;
	line-height: 100%;
	margin: 0px;
	padding: 4px 8px;
	position: relative;
	vertical-align: middle;
}

.control.url {
	height:20px;
	width:290px;
	padding:0 0 0 5px;
	background-image:none;
	background-color:#fff;
	border-right:none;
	border-radius:6px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	text-shadow: none;
	-moz-user-select: text;
	-webkit-user-select: text;
}

.control.url.default {
	color:#777;
	font-style:italic;
}

.control.url:invalid {
    -moz-box-shadow: none;
}


.controls #button_wave {
	height:22px;
	width:12px;
	padding:0px 9px;
	border-left: none;
	text-indent: -999em;
	overflow: hidden;
	background: #fff url(/National_Library/20170827070107oe_/https://wave.webaim.org/img/submit.png) 0px 2px no-repeat;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	cursor: pointer;
	outline:none !important;
}

.controls #button_wave:hover, .controls #button_wave:focus {
	background: #fff url(/National_Library/20170827070107oe_/https://wave.webaim.org/img/submit_on.png) 0px 2px no-repeat;
	outline:none !important;
}

.control.text {
	border-radius:6px;
}

p.powered 
{
	font-family:"Palatino Linotype",Palatino,serif;
	font-size:13px;
	color:#8d191c;
	margin-top:9px;
}

p.powered a {
	color:#8d191c;
}

p.powered a:hover, p.powered a:focus {
	color:blue;
}

footer
{
	position:relative;
	bottom:0;
	left:auto;
	width: 99%;
	padding:0px;
	padding-top:20px;
	margin:0 auto;
	color:#474747;	
	text-align:center;
	display: block;
	font-family:"Palatino Linotype",Palatino,serif;

}

footer ul {
	list-style-type: none;
}

footer ul li {
	display:inline;
	list-style-type:none;
	padding:0px 25px;
}

footer ul li a {
	color:#474747;
	text-decoration: none;
	
}

footer ul li a:hover, #footer ul li a:focus {
	text-decoration: underline;
}

footer#home {
	position:absolute;
	bottom:20px;
}

table, td, th {
	border:1px solid #ccc;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	padding:4px;
}

th {
	background-color: #eee;
}

h4 {
	margin-bottom:-1em;
}

.code {
	font-family: Courier New, Courier, monospace;
	white-space: pre;
	overflow:auto;
	border:1px solid #bbb;
	background-color: #eeeeee;
	padding:7px;
	margin-top:-.5em;
	max-height:300px;
	overflow: auto;
}