#demoFont 
	{
		font-family: "Times New Roman", Times, serif;
		font-size: 25px;
		letter-spacing: 1.5px;
		word-spacing: 2px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
	}
	
	.really
	{
		font-weight: bold;
		display: inline !important;
	}
	
	#really2
	{
		font-weight: bold;
		font-size: 15px;
	}
	
.really3 {
  display: inline;
  font-weight: bold;
}


	.hidden>div 
	{
		display:inline;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		letter-spacing: 0px;
		word-spacing: 0px;
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
	}

	.visible>div 
	{
	display:inline;
	}

	.hidden>span 
	{
	display:none;
	}

	.visible>span 
	{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		letter-spacing: 0px;
		word-spacing: 0px;
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
	}

	.text_container
	{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		letter-spacing: 0px;
		word-spacing: 0px;
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
		font-variant: normal;
		display: inline;
	}
	
	sup 
	{ 
	vertical-align: top; font-size: 0.6em; 
	}
	
	h4
	{
	display: inline;
	}
	
	h5
	{
	display: inline;
	}
	
	#chaptertext
	{
	display: inline;
	font-variant: small-caps;
	}
	
	p.chaptertext2
	{
	text-align: center;
	text-transform: uppercase;
	}
	
	#multiplespace
	{
	margin-left: 4em;
	}
	
	section.chaptertext
	{
	display: inline;
	}
	
	.tr {
  list-style-position: inside;
  list-style-type: inherit;
  text-align: left;
  padding: 1em 0 1em 0;
  margin: 0 0 0 0;
}

.tr li {
  padding: 0 0;
}

	.tr2 {
  list-style-position: inside;
  list-style-type: inherit;
  text-align: left;
  padding: 0 0 1em 0;
  margin: 0 0 0 0;
}

.tr2 li {
  padding: 0 0;
}

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  letter-spacing: 0.2px;
  word-spacing: 0.4px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
}

table th, tr, td {
  vertical-align: top;
  border: 1px solid black;
  border-collapse: collapse;
}

table {
  border-collapse: collapse;
  border: 1px solid black;
  }

table td{
  padding: 3px 3px 3px 3px;
  margin: 0 0 0 0;
  word-break: normal;
}


hr {
border: 0.5px solid grey;
  }