body {background-color: #b7ca8e; margin-left: 75px; margin-right: 75px; text-align: justify}h1 {color: black; font size: 30px; font-family: Arial}h2 {color: black; font size: 28px; font-family: Arial}h3 {color: black; font size: 25px; font-family: Arial}h4 {color: black; font size: 23px; font-family: Arial}h5 {color: red; font size: 22px; font-family: Arial}a {font-family: arial; color: white; font-weight: bold }p {color: black; font size: 20px; font-family: Arial}td {color: black; font size: 12px; font-family: Arial}hr {color: #7CA189}#c1 {    background-color:#b7ca8e;    width:450px;    float:left;    padding:5px;	position: absolute;    left: 75px}#c2 {    width:450px;	height:1200px;    position: absolute;    left: 550px}#c3 {    width:900px;	height:1200px;    position: absolute;    left: 550px}#wrap	{	width: 100%; /* Spans the width of the page */	height: 30px; 	margin: 0; /* Ensures there is no space between sides of the screen and the menu */	z-index: 99; /* Makes sure that your menu remains on top of other page elements */	position: relative; 	background-color: #92a171;	}.navbar	{	height: 30px;        padding: 0;	margin: 0;	position: absolute; /* Ensures that the menu doesn’t affect other elements */	border-right: 1px solid #92a171; 	}.navbar li 	{			height: auto;			width: 100px;  /* Each menu item is 150px wide */			float: left;  /* This lines up the menu items horizontally */			text-align: center;  /* All text is placed in the center of the box */			list-style: none;  /* Removes the default styling (bullets) for the list */			font: normal bold 12px/1.2em Arial, Verdana, Helvetica;  			padding: 0;			margin: 0;			background-color: #92a171;                        }.navbar a	{									padding: 8px 0;  /* Adds a padding on the top and bottom so the text appears centered vertically */		border-left: 1px solid #a4b57f; /* Creates a border in a slightly lighter shade of blue than the background.  Combined with the right border, this creates a nice effect. */		border-right: 1px solid #becf99; /* Creates a border in a slightly darker shade of blue than the background.  Combined with the left border, this creates a nice effect. */		text-decoration: none;  /* Removes the default hyperlink styling. */		color: white; /* Text color is white */		display: block;		}.navbar li:hover, a:hover {background-color: #c5d4a4;}.navbar li ul 	{		display: none;  /* Hides the drop-down menu */		height: auto;											margin: 0; /* Aligns drop-down box underneath the menu item */		padding: 0; /* Aligns drop-down box underneath the menu item */					}				.navbar li:hover ul 	{                        display: block; /* Displays the drop-down box when the menu item is hovered over */                        } .w3-btn-floating{display:inline-block;text-align:center;color:#fff;background-color:#000;position:absolute;top:50%;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:24px}.w3-btn-floating{width:40px;height:40px;line-height:40px}.w3-btn-floating-large{width:56px;height:56px;line-height:56px}.w3-btn-floating-left{display:inline-block;					text-align:center;					color:#fff;					background-color:#000;					overflow:hidden;					z-index:1;					padding:0;					border-radius:50%;					cursor:pointer;					font-size:40px}.w3-btn-floating-right{display:inline-block;					color:#fff;					background-color:#000;					overflow:hidden;					z-index:1;					padding:0;					border-radius:50%;					cursor:pointer;					font-size:40px}