ul.t {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#39C;
}
li.t {
    float: left;
}
li.t a {
    width:100px;
	display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li.t a:hover:not(.active) {
    background-color: blue;
}
.active {
    background-color: #4CAF50;
	color:yellow;
}

.dropdown {
	width:170px;
	height:50px;
	float:left;
	margin-left:2px;
    position: relative;
    display: inline-block;
}
.dropbtn {
	width:170px;
	height:49px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: lightgreen;
    min-width: 170px;
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: blue;
    padding: 0px 1px;
    text-decoration: none;
    display: block;
	
}
.dropdown-content a:hover {background-color: white}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color:#06F;
}

.auto-style1 {
	width:170px;
	font-family: "Kruti Dev 010";
	alignment-adjust:central;
}


ul.b {
	list-style-type:none;
	margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:lightgreen;
}
li.b a {
	list-style-type:none;
    width:250px;
	display: block;
    color: navy;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
	list-style-type:none;
}
li.b a:hover{
    background-color: #39C;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius:5px;
  margin-left:15px;
  margin-top:15px;
}

h3{
	color:blue;
}

h2{
	color:blue;
}