body {
	background: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	overflow: auto;
	color: #878E63;    /* Set the text color (except for navigation bar) */
	}


hr.divider90 {
	margin-left: auto; margin-right: auto; text-align: center; width: 90%; margin-bottom: 20px; color: #878E63;
}


/* Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div */
/* Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div */
/* Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div */
.main {
	margin: 0 auto;	/* keeps wrapper div centered */
	max-width: 1020px; /* max-width: 1020px */
	width: 98%; 	/* keeps the two small columns on the sides of the wrapper div */
	height: 800px;
	background: #000;
	border: 1px solid #878E63; /* border around the wrapper div */
	border-radius: 2px; /* border around the wrapper div */
	box-shadow: 0 0 10px 0px rgba(12, 3, 25, 0.8);
	}
/* Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div */
/* Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div */
/* Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div - Style the wrapper div */







a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: ##878E63; text-decoration: underline; }
a:active { color: ##878E63; text-decoration: underline; }




/* Style the navigation bar - Style the navigation bar - Style the navigation bar - Style the navigation bar */
/* Style the navigation bar - Style the navigation bar - Style the navigation bar - Style the navigation bar */
/* Style the navigation bar - Style the navigation bar - Style the navigation bar - Style the navigation bar */


.navbar {
          background: #000;   /* Colour the background of entire navigation bar */
		  color: #orange;
          padding: 10px;
          margin-bottom: 10px;
		  border-bottom: 4px solid #000; /* black line under entire navbar div */
      }

.navbar ul {
           margin: 0;
           padding: 0;
           text-align: center;
      }

.navbar li {
           display: inline;
           list-style: none;
           padding: 10px 15px 30px 15px;
      }

.navbar a {
			outline: 0;
           font: normal 16px/28px Arial;
           color: #FFF;  /* Colour the text of each link */
           text-decoration: none;
           padding: 10px;
           background: #000;  Colour the background of each individual link 
      }

.navbar a:hover {
	/* border-top: 1px solid #FF0000; */
	border-bottom: 1px solid #FFF;
      }

/* Style the navigation bar - Style the navigation bar - Style the navigation bar - Style the navigation bar */
/* Style the navigation bar - Style the navigation bar - Style the navigation bar - Style the navigation bar */
/* Style the navigation bar - Style the navigation bar - Style the navigation bar - Style the navigation bar */