
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  background-image: url(bg-gradient.png);
  background-repeat: repeat-x;
  background-color: #fff; /* Critical */
  margin: 1em 4em;
}
  
table {
  font-size: 11pt;
  background: #ffc;
} 

/* --- 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: #f00;
}

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%;
}
    	 

