#main_container {
	position:relative;
	left:15px;
	max-width:800px
}

li {
	margin-bottom:5px;
}

.parag {
	font-size: 115%;
	color:black;
}
h1 {
	text-align:left;
	border:none;
	border-bottom:solid #aaaaaa 1.0pt;
	font-size:110%;
	font-weight:normal;
}

h1.title em {
    font-size: 120%;
    font-style:normal;
}

.sup {
	text-decoration: none;
}

.sup:hover {
	text-decoration: underline;
}

#footnotes {
	margin-top: 0;
}

#footnotes li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

#footnotes a {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}

#footnotes a:nth-of-type(1) {
	font-size: 90%;
}

#footnotes a:hover {
	text-decoration: underline;
}

:target {
	background: #DEF;
	border: 0;
}

iframe {
	width:100%;
	height:35px;
	border:0;
}