
/* --- Button Link --- */

a.tie {
  text-decoration: none;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

a.tie:link, a.tie:visited {
  color: red;
}

a.tie:hover {
  color: #fff;
  background: #228b22;
  padding: 2px;
}

p.button {
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
  background-image: url(button-rnd-red.gif);
  background-position: left 50%;
}
