body {
  font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
  background-color: white;
  margin-top: 20px;
}
p {
  margin: 20px 0px 40px 20px;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 150%;
}
li {
  margin-left: 32px;
  line-height: 150%;
}
li a {
  color: gray;
  text-decoration: none;
}
li a:hover {
  color: black;
}
hr {
  color: gold;
  background-color: gold;

  height: 3px;
  border: 0;
  width: 90%;
}

#logo {
  width: 800px;
  height: 49px;
  border: none;
}

#header {
  text-align: left;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active {
  color: #0066cc;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#navigation {
  color: white;
  text-align: left;
  font-weight: bold;
  float: left;
  width: 170px;
  margin-left: 30px;
}
#navigation a, #navigation a:link, #navigation a:visited {
  color: white;
  text-decoration: none;
}
#navigation a:hover, #navigation a:active {
  color: black;
  text-decoration: none;
}
#navigation .current, #navigation .current a {
  color: orange;
}
#navigation ul {
  margin-left: 0;
  padding-left: 0;
}

#navigation ul li {
  background-color: gray;
  padding: 3px 10px 3px 12px;
  margin: 0px 20px 5px 5px;
  list-style: none;
}
#navigation #appmenu {
  /* indent current selection */
  margin-left: 20px;
  width: 170px;
}
#navigation #appmenu .current {
  color: orange;
}
#navigation .appstoreimg {
  margin-left: 22px;
}
#navigation .twitterimg {
  margin-left: 16px;
}
#content {
  padding: 0px 10px 0px 220px;
}
#content .title, #content .title a, #content .title a:link, #content .title a:visited, #content .title a:hover, #content .title a:active {
  font-weight: bold;
  text-decoration: none;
  color: black;
}
#content .title a:hover {
  text-decoration: underline;
}
#content .title_free{
  color: orange;
  font-size: 60%;
  vertical-align: super;
  padding: 0px 2px 0px 4px;
}
#content .app_desc {
  width: 70%;
}
#content .header_ver {
  float: right;
  text-align: right;
}
#content p {
  margin-right: 30px;
}
#content ul li {
  margin-left: 50px;
  list-style: disc;
}
#content table {
  margin-left: 50px;
}
#content td {
  padding: 1px 10px 1px 0px;
}
#footer {
  font-size: 0.8em;
  text-align: right;
  padding: 0px 10px;
}

.thumb {
  width: 160px;
  height: 240px;
  border: none;
  margin: 0px 20px 20px 0px;
}

.thumb_a {
  width: 154px;
  height: 257px;
  border: none;
  margin: 0px 20px 20px 0px;
}

.thumb_iphone, .thumb_nexus {
  float: right;
  margin: 0px 30px 20px 20px;
}
.platform_icon, .platform_icon_small {
  margin: 0px 0px 0px 4px;
  border: none;
  vertical-align: middle;
}
.platform_icon_small {
  vertical-align: bottom;
}
.buy_badge {
  width: 111px;
  height: 39px;
  border: none;
  margin: 0px 20px 0px 0px;
}
