body {
font-family: 'Open Sans', sans-serif;
background-color: #EAECEB;
color: #131E20;
margin-left: 16px;
margin-right:16px;
margin-bottom:40px;
}
h1 {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #960047;
	text-decoration: none;
}

a.nav:hover {
	text-shadow: 2px 2px #F0B6CF;
	/*text-decoration: line-through; */
}



.ugh {
	color: #5896A1;
}

.u-url {display:none;}

p,li,blockquote {
	max-width: 650px;
	max-width: 90vw;
}
p, li {
	margin-left: 1rem;
	margin-right: 1rem;
}

ol.idx { list-style: none; }
/*ol.idx li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 650px;
}
*/
a.arrow {
	font-size: 300%;
}	