@font-face {
    font-family: "bodyFont";
    src: url(res/Essays1743.ttf);
}

body {
	width: 75%;
	font-family: "bodyFont", monospace;
	line-height: 25px;
	font-size: 20px;
	text-align: justify; 
}

main {
	margin-left: 5%;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 15px;
}