body
 { scrollbar-track-color: #000000;
   scrollbar-arrow-color: #767676;
   scrollbar-face-color: #008513;
   scrollbar-shadow-color: #000000;
   scrollbar-highlight-color: #bfbfbf;
   scrollbar-3dlight-color: #bfbfbf;
   scrollbar-darkshadow-color: #000000;
   background-color: #000000; color: #ffffff; font: 16px Eras Demi ITC;
   background-attachment: fixed;
}



.copyright {
	color: #ffffff; font: 14px "Eras Demi ITC";
}
.copyright a {
	color: #8b0400; font: 14px "Eras Demi ITC"; text-decoration: none;
}
.copyright a:visited {
	color: #8b0400; font: 14px "Eras Demi ITC"; text-decoration: none;
}
.copyright a:active {
	color: #8b0400; font: 14px "Eras Demi ITC"; text-decoration: none;
}
.copyright a:hover {
	color: #adadad; font: 14px "Eras Demi ITC"; text-decoration: underline;
}



.band {
	color: #ffffff; font: 16px "Eras Demi ITC", text-decoration: none;
}





ul ol {
	padding-left: 5;
	margin-left: 5;
	list-style-position: outside;
	color: #ffffff; font: 16px "Eras Demi ITC";
}

li {
	color: #ffffff; font: 16px "Eras Demi ITC";
}

p {
	color: #ffffff; font: 16px "Eras Demi ITC";
}

div {
	color: #ffffff; font: 16px "Eras Demi ITC";
}





a {
	color: #ffffff; font: bold 16px "Eras Demi ITC"; text-decoration: none;
}
a:visited {
	color: #ffffff; font: bold 16px "Eras Demi ITC"; text-decoration: none;
}
a:active {
	color: #ffffff; font: bold 16px "Eras Demi ITC"; text-decoration: none;
}
a:hover {
	color: #5354a4; font: bold 16px "Eras Demi ITC"; text-decoration: underline;
}











 /* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Eras Demi ITC;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: ffffff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: 8b0400;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: 000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
