    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; min-height: 14.0px}
    p.p3 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Times}
    p.p4 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Times; min-height: 14.0px}
    p.p6 {margin: 0.0px 0.0px 6.0px 0.0px; font: 12.0px Times; min-height: 14.0px}
    li.li3 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Times}
    span.s1 {color: #0000ee}
    span.s2 {font: 12.0px Courier}
    ul.ul1 {list-style-type: disc}

body {
  background-image: url("../../../images/tile.jpg"); 
  background-size: 10% auto;
  background-position: center center;
  background-repeat: repeat;
  margin:20px 50px; 
}

div.payment {
    text-align: center;
}
div.grouplogo {
    text-align: center;
}

div.paymentlink {
    overflow: hidden;
}
div.howpay {
    width: 300px;
    float: left;
}
div.topay {
    width: 200px;
    float: left;
    margin: 10px 30px; 
}
/* clearfix */
div.paymentlink:before,
div.paymentlink:after {
    content: "";
    display: table;
} 
div.paymentlink:after {
    clear: both;
}

/*linkbutton*/
.linkbutton {
  font-weight: bold;
  text-decoration: none;
  background: skyblue;
  color:white;
  padding:5px 10px;
  border-radius: 20px;
  font-family: 'Avenir','Arial';
  }