@font-face {
	font-family: 'Open Sans'; 
	src: url('fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Josefin Slab'; 
	src: url('fonts/Josefin_Slab/JosefinSlab-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Garamond'; 
	src: url('fonts/EB_Garamond/EBGaramond-Regular.ttf') format('truetype');
}


#footnote_div {
	width: 400px;
	position: absolute;
	display: none;
	opacity: 1;
	background: #ffffff;
	border: 1px solid;
	border-radius: 5px;
	padding: 5px
}

#expr_div {
	position: absolute;
	display: none;
	opacity: 1;
	background: #ffffff;
	border: 1px solid;
	border-radius: 5px;
	padding: 5px
}

exprtext{
	display:none
}

body {
	margin: auto;
	color: #000;
	font-family: 'Garamond';
	margin: auto;
	width: 800px;
	padding: 50px 0px 0px 0px;
	overflow: hidden; /* overflow: hidden prevents full scrollbar in IE */
}
samp {
	font-size: 90%;	
}

.contents {
	overflow: scroll;
}

div.topnav {
	position: absolute;
	top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 780px;
	height: 40px;
	background-color: white;
	overflow: hidden;
}

div.content {
	height: 90%;
	overflow: auto;
}

/* Used by paragraphs in the nav links */
/* same as style.css, but with width added */
.alignleft {
    font-family: arial;
}
.aligncenter {
    font-family: arial;
}
.alignright {
    font-family: arial;
}

.links {
	overflow: scroll;
	height: 90%;
}

.border {
	display: inline;
	padding: 0px;
	background-color: inherit;
	padding-left:1ex;
	padding-right:1ex;
	border: 1px solid;
	border-radius: 8px;
}


