body {	margin: 0px;}ul {	padding: 0;	margin: 0;	list-style: none;}textarea {	box-sizing: border-box;	-moz-box-sizing: border-box;}img {	border: none;}h1, h2, h3, h4, h5, h6 {	margin: 0.5em 0em;}a[rel~="nofollow"]::after, a[rel~="external"]::after {	content: " ↗";	font-size: 0.5em;	vertical-align: 0.75em;}a[rel~="author"]::before {	content: "✉ ";}summary h1, summary h2, summary h3 {	display: inline-block;}summary {	padding-left: 0.25em;}input, button, ::file-selector-button {	font-size: 1rem;	font-family: Amber, monospace;	font-weight: bold;	color: #FFFFEE;	text-shadow: black 1px 1px, black 0px 1px, black 1px 0px;}button, ::file-selector-button {	background-color: #666655;	border-color: #aaaa99 #222222 #222222 #aaaa99;	border-width: 2px;	box-sizing: border-box;	border-radius: 2px;	padding: 2px 4px;}button:active, ::file-selector-button:active {	border-style: inset;	padding: 3px 3px 1px 5px;}button:focus, ::file-selector-button:focus {	border-color: #FFCC00;}form:invalid button:focus[type="submit"] {	color: #FF9900;}