a {
	color:black;
	text-decoration:underline;
}

a:hover {
	color:blue;
	text-decoration:none;
}

audio {
	width:350px;
}

body {
	animation:crossfade 66s infinite;
	background:#FFFFB2;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	margin:0;
	padding:3em;
	width:350px;
}

h1,h2,h3,h4 {
	font-size:1.1em;
	font-weight:normal;
}

hr {
	background-color:black;
	border-style:solid;
	border-width:0;
	height:1px;
	width:100%;
}

img {
	float:left;
}

time:not([class^="range"]),
span.range {
	font-size:x-small;
}

time:not([class^="range"])::before,
time.range-start::before {
	content:"(";
}

time:not([class^="range"])::after,
time.range-end::after {
	content:")";
}

ul {
	line-height:2em;
	list-style:none;
	padding-left:0;
}

ul li {
	display:block;
	width:100%;
}

.ordinal {
	font-size:small;
	text-decoration:underline;
	vertical-align:super;
}

@keyframes crossfade {
  0%	{background-color:#ffaccd;}
  20%	{background-color:#ffffb2;}
  40%	{background-color:#b6c8b6;}
  60%	{background-color:rgb(0,128,255);}
  80%	{background-color:rgb(240,240,240);}
  100%	{background-color:#ffaccd;}
}
