<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body { background-color: #152065; margin: 0; }
#wrapper { width: 700px; display: block; margin: 10px auto; background-color: white; text-align: center; font-size: 14px; font-family: arial; color: #152065; }
#wrapper a img { margin: 0; padding: 0; border: 0; }
.filmstrip { width: 620px; height: 480px; border: 0; }
@media (max-width: 700px){ #wrapper { width: 460px; } .filmstrip { width: 400px; height: 320px; }}
@media (max-width: 500px){ #wrapper { width: 320px; } .filmstrip { width: 320px; height: 260px; } body { background-color: white; }}
p { margin: 0; padding: 10px 0 10px 0; }
p a.closeBtn { padding: 5px 10px 5px 10px;
			color: white;
			font-family: arial;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			background-color: #608119;
			border-top: 2px solid #A0B139;
			border-right: 2px solid #A0B139;
			border-bottom: 2px solid #304119;
			border-left: 2px solid #304119; }		  						  
p a.closeBtn:hover { background-color: #406119; }
</pre></body></html>