body {
  background-color:#f0f0f0;
  margin: 0px;
  text-align: center;
  }

#content {
  width:800px;
  background: white;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid white;
  border-right: 1px solid white;
  font-family:verdana;
  font-size:10pt;
  font-style:normal;
  font-weight:normal;
  text-align: left;
}
#content p {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  margin-top: 0px;
  text-align: justify;
}
#content img {
  border: 0px;
  padding: 0px;
  margin: 0px;
  }

h2,h3,h4 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#apk_image {
 float: left;
}
 
h1 {
float:right;
font-size:24px;
font-weight:bold;
height:100px;
margin-top: 23px;
}

a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  }

table {
  font-family:verdana;
  font-size:10pt;
  }