
.dropbtn {
  background-color: #048a81;
  FONT-SIZE: 15px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: bold;
  padding: 0px;
  width:115px;
  height:32px;
  border: none;
  border-radius: 4px;
  border-color: #3e8e41;
  cursor: pointer; 
}
*
/*---------------------------------------- */

.dropdown {
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
}

/*---------------------------------------- */

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #FDF0D5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content2 {
  display: none;
  position: absolute;
  right: 0;
  background-color: #FDF0D5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


/*---------------------------------------- */

.dropdown-content a {
  FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: arial,verdana,helvetica;
  padding: 6px;
  text-decoration: none;
  display: block;
  border-radius: 2px;  
  border-bottom: 1px solid #f9db42;
}

/*---------------------------------------- */

.dropdown-content a:hover {background-color: #f9db42;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #059e94;}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.png);
}
.dot {  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot1 {  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.fade1 {  animation-name: fade;
  animation-duration: 1.5s;
}
.style11 {font-size: 12}
.style12 {font-family: Arial, Helvetica, sans-serif}

