.b1 a {
  font-size: 1.1em;
  color: #FFF;
  text-decoration: none;
 
}
.b1 a:link {
  text-decoration: none;
    padding: 6px 10px;
}
.b1 a:visited {
  text-decoration: none;
  color: #FFF;
}
.b1 a:hover {
	border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  background-color:#2d491f;
	text-decoration: none;
}
.b1 a:active {
  text-decoration: none;
  color: #FFF;
}
.button{ 
background-color:#a03e16;
border-radius: 5px;
color: #FFF; 
text-decoration: none;

}



.b2 a {
  font-size: 1.2em;
  color: #005b46;
  text-decoration: none;
 
}
.b2 a:link {
  text-decoration: none;
    padding: 6px 10px;
}
.b2 a:visited {
  text-decoration: none;
  color: #005b46;
}
.b2 a:hover {
  text-decoration: none;
  color: #FFF;
   background: #640a05;
   
}
.b2 a:active {
  text-decoration: none;
  color: #005b46;
}
.button2{ 
background: #ffffff; 
border-radius: 10px;
color: #000; 
text-decoration: none;  
border: 2px solid #333;	
}


.img_imp {
	width: 16%;
	height: auto;
    margin-right: 10px;
}

