/*
	Theme Name: Bumerang
	Description:  Bumerang.
	Version: 1.0
	Tags: green, fixed width, widget ready
*/
.nice-link1 {
  background: #027E06;
  color: #fff !important;
  padding: 3px;
  text-decoration: none;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", Times, serif
}

.nice-link1:hover {
  background: #859D48;
  color: #122B00 !important;
  padding: 3px;
  text-decoration: none;
}

.nice-link2 {
  text-decoration: none;
  padding: 3px 5px;
  font-weight: bold;
  color: red;
  font-size: 15px;
  font-family: "Comic Sans MS", cursive
}

.nice-link2:hover {
  text-decoration: none;
  border: 1px solid #027E06;
  color: #859D48;
}

.nice-link3 {
  padding: 3px 10px;
  background: #B4DB9A;
  color: #008102;
  border: none;
  text-decoration: none;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", Times, serif
}

.nice-link3:hover {
  color: #fff;
  background: #97B57F;
  text-decoration: none;
}
