
html { overflow-y: scroll; }

<style type="text/css">
<!--

body{
    background: #000000 center/cover url("/images/press__im_1__en__5.jpg") no-repeat;
    font-size: 8px; 
    font-family: "Georgia", "Times", serif;
}

a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: black;
  text-decoration: none;
}

*{
margin: 0px;
padding:0px;
}

-->
</style>