@font-face {
    font-family: "basicFont";
    src: url("Junicode.ttf");
}

@font-face {
    font-family: "basicFont";
    src: url("Junicode-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "basicFont";
    src: url("Junicode-Italic.ttf");
    font-style: italic;
}

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

body {
	font-family: basicFont, serif; 
	height: 100%;
	color: #8B4513;
	background-image: url('marble.jpg'); 
	}

p {
	color: #171717; 
	font-size: 100%; 
	text-indent: 20px; 
	text-align: justify; 
	line-height: 200%; 
	margin-left: 20px; 
	margin-right: 20px; 
	}

p#noindent {
	text-indent: 0;
	}

p#hanging {
	text-indent: -20px;
	margin-left: 40px; 
	}

a {
	color: #8B4513; 
	}

div#page {
	width: 70%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px; 
	margin-bottom: 50px; 
	padding: 40px; 
	border-style: double; 
	border-width: 3px; 
	background-color: #FFFFFF; 
	}

div#logo {
	padding-left: 40px; 
	padding-bottom: 40px; 
	}

img {
	border: 0; 
	}

div#path {
	border-top-style: solid; 
	border-width: 1px;
	margin-top: 0px; 
	margin-bottom: 20px; 
	margin-left: 40px; 
	margin-right: 40px; 
	}

div#path p {
	text-indent: 0; 
	font-size: 90%; 
	color: #8B0000; 
	margin: 0; 
	}

div#path a {
	text-decoration: none; 
	}

div#menu {
	margin-left: 20%; 
	padding-left: 20px; 
	border-left-style: solid; 
	border-width: 2px; 
	}

div#menu h2 {
	font-size: 120%; 
	color: #8B0000; 
	}

div#menu li {
	margin: 10px; 
	}

div#menu a {
	text-decoration: none; 
	}

div#title h1 {
	font-size: 250%; 
	text-align: center; 
	font-style: italic; 
	padding: 25px; 
	color: #8B0000; 
	}

div#body {
	padding-bottom: 25px; 
	}

div#content h1 {
	font-size: 150%; 
	text-align: center; 
	padding-top: 15px; 
	padding-bottom: 10px; 
	}

div#content h2 {
	font-size: 120%; 
	padding-top: 10px; 
	padding-bottom: 5px; 
	}

div#content h3 {
	font-size: 100%; 
	font-style: italic; 
	margin-left: 20px; 
	}

div#content ul {
	color: #171717; 
	font-size: 100%; 
	text-align: justify; 
	line-height: 200%; 
	margin-left: 20px; 
	margin-right: 20px; 
	}

div#content ol {
	color: #171717; 
	font-size: 100%; 
	text-align: justify; 
	line-height: 200%; 
	margin-left: 20px; 
	margin-right: 20px; 
	}

div#plato {
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: 50px; 
	margin-right: 50px; 
	border-style: solid; 
	border-width: 1px;
	}

blockquote {
	color: #000000; 
	font-size: 100%; 
	text-align: justify; 
	line-height: 150%; 
	margin-left: 60px; 
	margin-right: 60px; 
	}

div#notes {
	margin: 40px; 
	}

div#notes h1 {
	font-size: 90%;
	}

div#notes p {
	margin-left: 10px; 
	text-indent: -10px; 
	font-size: 80%; 
	line-height: 150%; 
	}

div#image_right {
	float: right;
	margin-left: 20px; 
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #8B4513;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	}

div#image_left {
	float: left;
	margin-right: 20px; 
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #8B4513;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	}

div#footer p {
	font-size: 90%; 
	color: #8B4513; 
	text-align: center; 
	padding-top: 15px; 
	}
