body {
    background-color: #111111;
    min-height: 100%; 
}
* body { 
    height: 100% 
}
h1
	{
	margin-right:0cm;
	text-align:left;
	font-size:40px;
	line-height:50px;
	font-family:"Impact", "Haettenschweiler", "Arial";
	font-weight:bolder;
	}
h1.front
	{
		position: relative;
		top: 2px;
		left: 2px;
		z-index: 1;
		color: navy;
		font-size: 300%;
		text-align: center;
	}
h1.back
	{
		position: relative;
		top: -3px;
		left: -3px;
		color: aqua;
		z-index: 0;
		font-size: 300%;
		text-align: center;
	}
.top_header_background
	{
		position: absolute;
		top: 4px;
		left: 8%;
		background: darksalmon;
		width: 84%;
		/*display: none;*/
		z-index: -2;
	}
h2
	{
	margin-right:0cm;
	text-align:center;
	font-size:24pt;
	font-family:"Times New Roman";
	font-weight:bold;
	color: white;
	background-color: SteelBlue;
	padding: 10px;
	}
h3
	{
	margin-right:0cm;
	text-align:left;
	font-size:20pt;
	line-height:28pt; 
	font-family:"Times New Roman";
	font-weight:bold;
	color: blue;
	font-style: italic;
	text-shadow: 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua, 0 0 2px aqua;
	text-decoration: underline; 
	border-bottom: solid 2px blue;	
	}
h4
	{
	margin-right:0cm;
	color: navy;
	text-align:left;
	font-size:18pt;
	line-height:24pt;
	font-family:"Times New Roman";
	font-weight:bold;
	text-decoration:underline;
	}
p {
    font-family:"Arial Narrow", "Arial";
    font-size:12pt;
    line-height: 12pt;
    font-weight: bold;
	margin-right:0cm;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:0px;
	text-align:justify;
	text-indent: 4ex;
    color:SteelBlue;
}
.contents
	{
		overflow: visible;
		overflow-y: scroll;
		overflow-x: hidden;
		display: block;
		background: white;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 25%;
		height: 100%;
		text-size: small;
		display: none;
	}
.main_text
	{
		position: absolute;
		/*left: 25%;
		width: 75%;*/
	}

.header2 {
	font-size: 14pt;
	line-height: 15pt;
    text-indent: 0;
    margin-top: 16px;
    font-weight:bold;
    background-color: Navy;
}
.header3 {
    font-family: "Tahoma", "Times";
    font-style:Italic;
    text-decoration:underline;
	font-size: 12pt;
	line-height: 13pt;
    text-indent: 8px;
    margin-top: 16px;
}
.BB  {
    font-family:"Comic Sans MS";
    font-weight:bold;
    font-size:13pt;
    color:red;
}


ul	{
	margin-bottom:8px;
        width:95%;
	}
    
li	{
		font-size: 80%;
		font-family: Times New Roman;
		text-align: left;
	line-height: 12pt;
	text-indent: 0;
	margin-left: -2em;
        word-wrap: break-word;
	}
    
.hyp_notused 
{
	-moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-right: 1em;
	margin-right: -4em;
	}
a:link
	{
	color:DeepSkyBlue;
	text-decoration:none;
	}
a:visited
	{
	color: MediumAquamarine;
	text-decoration:underline;
	}