@font-face {
    font-family: 'CloisterBlack';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/CloisterBlack'), url('../fonts/CloisterBlack.woff') format('woff');
}
@font-face {
    font-family: 'Germania One';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/germania-one'), url('../fonts/germania-one.woff2') format('woff2');
}
html {
	max-width: 1024px;
	margin: 0 auto;
	background: #333; /* Fills the page */
	position: relative; /* Fix for absolute positioning */
}
body {
	background-color: #ddcdbb;
	width: 100%;
  	margin-left: auto;
	margin-right: auto;
	}
a:link {
	text-decoration: none;color: #000000
}
a:visited {
	text-decoration: none;color: #000000
}
a:hover {
	text-decoration: none;color: #901518;font-weight:bold
}
a:active {
	text-decoration: none;color: #000000
}
/*.style1 {
	font-size: x-small
} */
.header {
	position: relative;
	top: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 942px;
	margin: 0 auto;
/*	background: #ddcdbb;
  	margin-left: 5%;
	margin-right: 5%;
	border: 0;*/
}
.header p {
	font-family: arial;
	font-weight: bold;
	font-size: 1.2vw;
	color: #000000;
}
.header a {
	text-decoration: none;
	font-family: arial;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	vertical-align: bottom;
	}
/*.header td {
	text-decoration: none;
	font-size: 1.2vw;
	color: #000000;
	font-weight:bold;
	vertical-align: bottom;
	}*/
.header a:hover {
	text-decoration: none;
	font-family: arial;
	font-size: 16px;
	color: #800000;
	font-weight:bold;
}
.header audio {
	width: 300px;
	height: 15px;
	padding-top: 12px;
}
.title {
	font-size: 1.2vw;
}
.header h3 {
	font-family: Germania One;
	font-size: 2.25vw;
	color: #800000;
	text-align: center;
}
.header2 {
	font-size: 1.2vw;
	color: #353535;
	text-align: center;
}
.header2 h1 {
	font-family: CloisterBlack;
	font-size: 4.0vw;
	color: #800000;
}
.header2 h2 {
	font-family: CloisterBlack;
	font-size: 2.2vw;
	color: #800000;
}
.header2 h3 {
	font-family: Germania One;
	font-size: 1.5vw;
	color: #222222;
}

.toc {
	font-family: Times New Roman;
	font-size: 20px;
	color: #353535;
	/*padding-top: 225px;*/
	margin-left: 9%;
	margin-right: 9%;

}
.toc a {
	text-decoration: none;
	font-family: arial;
	color: #353535;
	font-weight: normal;
}
.toc a:hover {
	text-decoration: none;
	font-family: arial;
	font-size: 19px;
	color: #800000;
	font-weight: bold;
}
ul li {
	padding: 2px;
	}
	
/*.header tr {
	/*position: absolute;
	width: 80%;
	margin-left: 15%;
	margin-right: 15%;
}*/
.content {
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 24px;
	color: #151515;
	margin-left: 10%;
	margin-right: 10%;

}

#red {
	color: #ff0000;
	}

/*.content table {
		margin-top: 200px;
}*/
.content p {
	text-align: justify;
	padding: 4px;
}
.content a {
	text-decoration: none;
	font-size: 18px;
	font-family: arial;
	color: #a00000;
	font-weight:bold;
}
.content a:hover {
	text-decoration: none;
	font-size: 18px;
	color: #800000;
	font-weight:bold;
}
.content i {
	font-family: Times New Roman;
	font-style: italic;
	font-size: 24px;
	color: #505050;
}

.style1 {
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 1.4vw;
	color: #000000;
	list-style-type: square
}
/*.style1 a {
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	color: #800000
}*/
.style1 sup {
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	color: #800000
}
.style2 {
	text-decoration: none;
	font-family: arial;
	font-weight: normal;
	font-size: 1.4vw;
	color: #000000;
	list-style-type: square
}
.style4 {
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 1.3vw;
	color: #000000
}
.style7 {
	font-size: 1.0em;
	text-align: justify;
	color: #bb0000
}

.footer p {
	font-family: arial;
	font-size: .8rem;
	color: #555555;
	text-align: center;
}
/*	
h1 {
	font-family: Times New Roman;
	font-size: 3.5vw;
	color: #800000;
}
h2 {
	font-family: Times New Roman;
	font-size: 2.5vw;
	color: #222222;
  	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-family: Times New Roman;
	text-align: center;
	font-size: 2vw;
	color: #222222;
  	margin-left: auto;
	margin-right: auto;
}
h4 {
	font-family: Times New Roman;
	text-align: left;
	font-size: 1.8vw;
	color: #222222;
  	margin-left: auto;
	margin-right: auto;
}
*/