<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style&gt;
        *, *:before, *:after {
            box-sizing: border-box;
        }

        body {
            background-color: #000000;
            font-family: 'arial', sans-serif;
            margin: 0;
        }

        .container {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            overflow: auto;
        }

        .video-container {
            position: relative;
        }

        video {
            background: #000000;
            max-width: 100%;
        }

        .playlist {
            background: #000000;
            padding: 10px;
            list-style: none;
            max-height: 100%;
            overflow-y: scroll;
            border: 8px solid #000000;
            border-top: none;
            display: none;
        }

        .playlist.active {
            display: block;
        }

        li a {
            color: #bbbbb4;
            background: #333;
            padding: 5px;
            display: block;
            text-decoration: none;
        }

        li a:hover {
            color: #fff;
        }

        .active a {
            color: #5DB0E6;
        }

        .clickto {
            color: yellow;
            margin-bottom: 10px;
            cursor: pointer;
        }

        .play-buttons {
            text-align: center;
            margin-top: 10px;
        }

        .play-buttons button {
            background-color: #333;
            color: #fff;
            border: none;
            padding: 5px 10px;
            margin-right: 10px;
            cursor: pointer;
        }

        .play-buttons button:hover {
            background-color: #5DB0E6;
        }

        .video-title {
            position: center;
            top: 10px;
            left: 10px;
            color: white;
            background-color: rgba(0, 0, 0, 0.7);
            padding: 5px 10px;
            font-size: 28px;
        }

    .auto-style1 {
		color: #FF0000;
		font-size: x-large;
	}
	.auto-style2 {
		text-align: center;
		font-family: Arial;
	}
    .auto-style3 {
		color: #FF0000;
	}
	.auto-style4 {
		text-align: center;
	}
    .auto-style5 {
		position: relative;
		text-align: center;
	}
	
.auto-style6 {
	color: #FFFF00;
	text-align: center;
	font-family: Arial;
	font-size: large;
}
	.auto-style7 {
		margin-left: 0px;
	}
	.auto-style8 {
		position: center;
		top: 10px;
		left: 10px;
		color: white;
		background-color: rgba(0, 0, 0, 0.7);
		padding: 5px 10px;
		font-size: x-large;
		font-family: Arial;
	}
	.auto-style9 {
		position: center;
		top: 10px;
		left: 10px;
		color: yellow;
		background-color: rgba(0, 0, 0, 0.7);
		padding: 5px 10px;
		font-size:45px;
		font-family: "Arial Black";
	}
	.auto-style10 {
		color: #FFFF00;
		font-size: xx-large;
	}
	.auto-style11 {
	color: #FFFF00;
	font-family: "Arial Black";
	font-size: medium;
}
.auto-style13 {
	text-align: center;
	color: #FFFF00;
}
.auto-style14 {
	font-family: Arial;
	font-size: x-small;
}
.auto-style15 {
	font-size: x-small;
}
.auto-style16 {
	color: #FFFF00;
}
.auto-style17 {
	text-align: center;
	color: #FFFF00;
	font-family: "Arial Black";
	font-size: medium;
}
.auto-style18 {
	text-align: center;
	color: #FFFF00;
	font-family: "Arial Black";
	font-size: xx-large;
}

	.auto-style19 {
		text-align: center;
		color: #FFFF00;
		font-family: Arial;
	}
	.auto-style20 {
	text-align: center;
	color: #FFFF00;
	font-size: xx-large;
}
 &lt;/style&gt;</pre></body></html>