html {height: 100%;}
body {margin: 0px; background-color: #000000; overflow: hidden; height: 100%;}

#printtext {display: none;}
#flashcontent {font-size: 12px; height: 100%;}
#function {font-size: 19px; color: #000051; font-family: Arial,Helvetica,sans-serif;}
#function a {text-decoration: none; color: blue;}
#function a img {vertical-align: bottom;}
#noflash {overflow: auto; height: 100%; display: none;}
span.catalog a {text-decoration: none;}
hr {border: none; color: #000051; height: 2px; background-color: #000051; width: 410px;}

@media print {
  #printtext {display: block;}
  #flashcontent, #alternatecontent {display: none;}
}

