    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.download {
    text-align: center;
}
div.grouplogo {
    text-align: center;
}

div.downloadlink {
    overflow: hidden;
}
div.howdownload {
    width: 300px;
    float: left;
}
div.todownload {
    width: 200px;
    float: left;
    margin: 10px 30px; 
}
/* clearfix */
div.downloadlink:before,
div.downloadlink:after {
    content: "";
    display: table;
} 
div.downloadlink: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';
  }

div.todownload {
    display:none;
    width: 200px;
    float: none;
    margin: 10px 30px; 
}
input[type=checkbox]:checked ~ div.todownload {
    display:flex;
}
