<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  &lt;style type="text/css" media="screen"&gt;
  * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  body, html {
	  color: white;
    font-family: Arial, sans-serif;
    font-size: 12pt;
	  align: left;
    text-align: left;
    caret-color: transparent; /* villogĂł kurzor eltĹąntetĂŠse */
  }

  video { cursor: pointer; }

	#ToTop_Btn {
	  display: none; /* Hidden by default */
	  position: fixed; /* Fixed/sticky position */
	  bottom: 20px; /* Place the button at the bottom of the page */
	  right: 30px; /* Place the button 30px from the right */
	  z-index: 99; /* Make sure it does not overlap */
	  border: none; /* Remove borders */
    border-style: solid;
	  outline: none; /* Remove outline */
	  background-color: orange; /*#FFBF00;*/ /* Set a background color */
	  color: white; /*#b56727;*/ /* Text color */
	  cursor: pointer; /* Add a mouse pointer on hover */
	  padding: 20px; /* Some padding */
	  border-radius: 10px; /* Rounded corners */
	  font-size: 28px; /* Increase font size */
    font-weight: bold;
	}

	#ToTop_Btn:hover {
	  color: orange; /*#FFBF00;*/ /* Text color */
	  background-color: white; /*#b56727;*/ /* Add a dark-grey background on hover */
    font-weight: bold;
	}

  #NextFilm {
    display: none; /* Hidden by default */
	}

  #Trailer {
    display: block; /* Hidden by default */
	}

  a:hover {
		color: #617DDF;
	}

	a:visited {
    color: #551A8B;
	}


  /* &lt; per style&gt; */
  /* DROPDOWN MENU */

	.dropdown-content {
  	display: none;
  	position: absolute;
    top: 48px; /* 48PX zene lejĂĄtszĂł nĂŠlkĂźl */
    left: 0px;
  	background-color: #01abe8;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 200;
    width: 450px;
	}

  .dropdown-content-5 {
    margin-left: 400px;
    margin-top: -48px;
    display: none;
    position: absolute;
    top: 48px;
    left: 0px;
    background-color: #01abe8;
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.8);
    z-index: 200;
  }

	.dropdown-content a {
		color: #ffffff;
		padding: 10px 0px 10px 5px; &lt;!-- szeles &lt;a&gt; fĹmenĂź --&gt;
		text-decoration: none;
		display: block;
	}


  .dropdown-content-5 a {
    padding: 10px 10px 10px 5px;
    text-decoration: none;
  }

.dropdown-content a:hover {color: #01abe8; background-color: #ffffff; font-weight: bold;}
.dropdown-content-5 a:hover {color: #01abe8; background-color: #ffffff;}

.dropdown:hover .dropdown-content {display: block;}
.dropdown-5:hover .dropdown-content-5 {display: block;}

&lt;/style&gt;
</pre></body></html>