@font-face {
	font-family: "Lora";
	src: url("fonts/Lora-Regular.ttf");
}

@font-face {
	font-family: "Lora";
	src: url("fonts/Lora-Bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: "Lora";
	src: url("fonts/Lora-Italic.ttf");
	font-style: italic;
}

@font-face {
	font-family: "Lora";
	src: url("fonts/Lora-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}

html {
	max-width: 1000px;
	width: 95%;
	margin: 1rem auto;
}

body {
	text-align: left;
	font-family: Lora;
}

h1 {
	text-align: left;
	font-size: 1.4rem;
}

h2 {
	text-align: left;
	font-size: 1.2rem;
}

h3 {
	text-align: left;
	font-size: 1rem;
}

a {
	text-decoration: none;
}

ul, ol {
	padding-left: 1em;
}

ul li, ol li {
	#padding-bottom: 0.2rem;
}

dt, dd {
	padding-bottom: 0.2rem;
}

dt {
	float: left;
	clear: left;
	text-align: right;
}

dd {
	padding-left: 5rem;
}

table, th, td { 
	border: 1px solid black;
	border-collapse: collapse;
	padding: 8px;
}

.unusual {
	color: #CC0633;
}

.bibliography, .bibliography tr, .bibliography th, .bibliography td{
	border: none;
	padding: 0px;
	padding-right: 8px;
}
