@import url( https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500&display=swap );
body {
	background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: "Red Hat Display", arial, helvetica, sans-serif; font-size: 105%;
}
:focus {
	outline: darkred solid 3px;
}
fix {
	background-color: magenta;
}
mark {
	padding: 0.1em; border: thin solid black; border-image: none; color: black; background-color: yellow;
}
h1 {
	font-family: "Red Hat Display", arial, helvetica, sans-serif;
}
h2 {
	font-family: "Red Hat Display", arial, helvetica, sans-serif;
}
h3 {
	font-family: "Red Hat Display", arial, helvetica, sans-serif;
}
h4 {
	font-family: "Red Hat Display", arial, helvetica, sans-serif;
}
h5 {
	font-family: "Red Hat Display", arial, helvetica, sans-serif;
}
h6 {
	font-family: "Red Hat Display", arial, helvetica, sans-serif;
}
h1.title {
	text-align: center; font-size: 2.5em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
.smalltitle {
	font-size: 0.7em;
}
.note {
	font-style: italic;
}
ul li {
	padding: 0.3em;
}
img.large {
	width: 100%; height: auto; max-width: 720px;
}
img.small {
	width: 100%; height: auto; max-width: 200px;
}
img.medium {
	width: 100%; height: auto; max-width: 500px;
}
td {
	color: rgb(0, 0, 0); font-family: "Red Hat Display", arial, helvetica, sans-serif;
}
th.left {
	text-align: left;
}
th.r {
	overflow-wrap: break-word;
}
table {
	border: 1px solid black; border-image: none;
}
th {
	border: 1px solid black; border-image: none;
}
td {
	border: 1px solid black; border-image: none;
}
th {
	padding: 0.4em;
}
td {
	padding: 0.4em;
}
table {
	width: 50%;
}
table.aa {
	width: 100%; table-layout: fixed;
}
th.l {
	background: rgb(183, 205, 226); width: 30%;
}
th.m {
	background: rgb(183, 205, 226); width: 65%;
}
th.r {
	background: rgb(183, 205, 226); width: 5%; font-size: 0.9em;
}
td {
	vertical-align: top;
}
.movieheaders {
	background: rgb(102, 153, 204); color: rgb(255, 255, 255);
}
.leftcolumn {
	padding: 1em 0.5em; text-align: left; font-size: 0.8em;
}
.tdtext {
	padding: 1em 0.5em; text-align: left; font-size: 0.8em;
}
a:link {
	color: blue;
}
a:visited {
	color: green;
}
.visually-hidden {
	padding: 0px !important; border: 0px currentColor !important; border-image: none !important; width: 1px !important; height: 1px !important; overflow: hidden; position: absolute !important; clip: rect(1px, 1px, 1px, 1px);
}
body:hover .visually-hidden a {
	display: none !important;
}
body:hover .visually-hidden input {
	display: none !important;
}
body:hover .visually-hidden button {
	display: none !important;
}
