html{
 font-size: 12pt;
 font-family: Arial, Helvetica, Sans-serif;
}

h1 a{
 text-decoration:none;
 color:#000;
}

h1 a:hover{
 text-decoration:underline;
 color:#606060;
}

#screenshot{
 margin: auto;
 display: block;
 margin-top: 1em;
}

#translations{
  text-align: right;
  background: #a5d654;
  padding: 1ex;
}

#download{
  background: #a5d654;
  border: 1px solid #005b2f;
}

#download, #translations a{
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}