
#navbar {
	display: none;
	}

#navbar a {
	display: block;
	border: 1px;
	}

#navbar a:link{
	background-color: black;
	color: #ECECEC;
	}

#navbar a:hover{
	background-color: black;
	color: #ECECEC;
	}

#navbar a:visited {
	background-color: black;	
	color: #ECECEC;
	}
	

<!--content-->
#content {
	display: block;
	position: absolute; top: 2in; left:0.5in;
	color: black;
	font-family: "Arial", "Helvetica", sans-serif;
	border-style: solid;
	border-width: 0px;
	border-color: white;
	z-index: 3;
	overflow: visible;
	background-color: white;
	margin-left: 1in;	
}

<!--header section-->
#header {
	position: fixed; top: 0px; left: 30%;
	border-style: solid;
	border-bottom-width: 2px;
	border-color: white;
	height: 1.9in;
	z-index: 2;
	display:none;
	overflow: visible;
	}

<!--footer section-->
#footer {
	display: block;
	position: absolute; bottom: 0pt; left: 0.5in;
	border-style: solid;
	border-top-width: 2px;
	border-color: white;
	height: 100px;
	z-index: 2;
	overflow: visible;
	}

<!--General Settings, particularly for content bar-->
h2, h3 {
	position: relative; left:-10pt;
	page-break-before:always;
	page-break-inside:avoid;
	}

p {
	font-size: 12pt;
	font-family: "Arial", "Helvetica", sans-serif;
	page-break-inside: avoid;
	}
