
/* --- 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: white;
  background: #228b22;
  padding: 2px;
}

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

img.float-left {
  float: left;
  margin: 0 5px;
}

img.float-right {
  float: right;
  margin: 0 5px;
}
