body {
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	background:#abacad url("/?originalUrl=https%3A%2F%2Fanime.mit.edu%2Fimages%2Fbg.png") repeat-x left top;
}

/* HEADER */
div#header {
	background:#920015 url("/?originalUrl=https%3A%2F%2Fanime.mit.edu%2Fimages%2Fbanner.png") no-repeat center top;
}
div#header img {
	margin:21px 50px;
}
div#banner div {
	max-width: 896px;
	margin: 0 auto;
}

/* LINKS OF ZELDA*/
div#links {
	font-family: Verdana, Helvetica, Sans-Serif;
	/*letter-spacing: 1px;*/
	font-size:  .75em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#000 url("/?originalUrl=https%3A%2F%2Fanime.mit.edu%2Fimages%2Flinks.png") right center;
	width:100%;
}
div#links > ul {
	height: 31px;
	max-width: 896px;
	min-width: 610px;
	list-style-type:none;
	margin: 0 auto;
	padding:0
}
div#links > ul > li {
	display:inline;
	position: relative;
	padding: 1px 0;
}
div#links > ul ul {
	display: none;
}
div#links li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	padding: .8px 0;
	margin-top: 24px;
	background-color: black;
	white-space: nowrap;
	min-width: 100%;
	background-color: #a72525;
}
div#links li:hover li {
	height: 31px;
}
div#links a:link, div#links a:visited, div#links a {
	display:inline-block;
	font-weight:bold;
	color:#FFFFFF;
	background-color:Transparent;
	text-align:center;
	padding: 8px .8em;
	/*padding:4px .8em;*/
	text-decoration:none;
	/*font-variant:small-caps;*/
	text-transform: uppercase
}
div#links a:hover, div#links a:active {
	text-decoration:underline;
}

/* BODY */

div#body {
	margin: 0 auto;
	max-width: 896px;
	background-color:#fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top:0;
}

div#content a:link, div#content a:visited {
	color:#993333;
	text-decoration:none;
}

div#content a:active, div#content a:hover {
	color:#993333;
	text-decoration:underline;
}

div#content {
	padding: 5px 20px;
	border-right: 3px solid #900;
	border-left: 3px solid #900;
	border-bottom: 3px solid #900;
	border-top:0;
	overflow: none;
	max-width: 896px;
}

table {
	background-color:#990000;
	font-family:Helvetica, Arial, sans-serif;
	border-collapse:collapse;
	border-style:solid;
	border-color:#990000;
	border-width:thin;
	margin-left:auto;
	margin-right:auto;
	max-width:600px;
	width: expression(this.width > 600 ? 600: true);
}

table > thead > tr {
	background-color:#990000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

table > tbody > tr:nth-child(odd) {
	background-color:#FFC8C8;
	color:#000000;
}

table > tbody > tr:nth-child(even) {
	background-color:#FFFFFF;
	color:#000000;
}

table > tbody td:first-child {
	font-weight:bold;
	text-align:right;
	padding:0px 10px
}

table > tbody td:not(:first-child) {
	padding:0px 10px
}

/* FOOTER */
div#footer {
	text-align:center;
}

div#footer img {
	border:0;
}

div#footer a:link, div#footer a:visited {
	color:#000000;
	text-decoration:underline;
}

div#footer a:active, div#footer a:hover {
	color:#000000;
	text-decoration:none;
}

div#smaller {
	max-width: 800px;
	margin:0 auto;
}

div#info {
	width:350px;
	padding:10px;
	background-color:#fff;
}

/* MAIN PAGE */
div#info strong, div#showing h2  {
	color:#990000;
}
div#info span {
	text-align:center;
	position:absolute;
	margin-top:15px;
	color:white;
	font-size: 80%;
	background: url("/?originalUrl=https%3A%2F%2Fanime.mit.edu%2Fimages%2Fblack75.png");
	padding: 15px;
	width:322px;
}
div#showing {
	text-align:left;
	font-size: 80%;
	float:right;
	max-width:250px;
	padding:10px;
}
div#info img {
	border: 1px solid black;
}
div#events {
	padding: 10px;
	display: flex;
}
.row {
	display: flex;
}
.column {
	flex: 50%;
}

/* GENERAL */
.center {
	text-align: center;
}
.red {
	color: Red;
}
.gray {
	color: Gray;
}

h2 {
	font-size: 20px;
	font-style: bold;
	text-align: center;
}

h3 {
	font-size: 16px;
	font-style: normal;
}

h4 {
	font-size: 11px;
}

strong {
	color: #990000;
}
#view td {
	padding: 5px 0px 5px 10px;
}
