/* CSS extracted from original HTML. No internal or inline CSS remains. */

	body {
		background-color: #fff;
		font-family: "Roboto", "Helvetica", "Arial", sans-serif;
		margin: 0;
	}

	#top {

		background-color: #b1d1e8;
		font-size: 16px;
		padding-bottom: 40px;
	}

	nav {
		font-size: 24px;

		margin: 0px 30px 0px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		background-color: #f3f3f3;
		color: #666;
		box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
		padding: 10px 0;
		text-align: center;
		z-index: 1;
	}

	h3 {
		margin: auto;
		padding: 10px;
		max-width: 600px;
		color: #666;
	}

	h3 span {
		float: right;
	}

	h3 a {
		font-weight: normal;
		display: block;
	}


	#cont {
		position: relative;
		border-radius: 6px;
		box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

		background: #f3f3f3;

		margin: -20px 30px 0px 30px;
		padding: 20px;
	}

	a:link,
	a:visited {
		color: #0180AF;
		text-decoration: underline;
	}

	a:hover {
		color: #666;
	}


	#footer {
		padding: 10px;
		text-align: center;
	}

	ul {
    	margin: 0px;

    	padding: 0px;
    	list-style: none;
	}
	li {
		margin: 0px;
	}
	li ul {
		margin-left: 20px;
	}

	.lhead {
		background: #ddd;
		padding: 10px;
    	margin: 10px 0px;
	}

	.lcount {
		padding: 0px 10px;
	}

	.lpage {
		border-bottom: #ddd 1px solid;
		padding: 5px;
	}
	.last-page {
		border: none;
	}
	

        @keyframes marquee {
          0% { transform: translate3d(0, 0, 0); }
          100% { transform: translate3d(-50%, 0, 0); }
        }
        .animate-marquee {
          animation: marquee 120s linear infinite; /* Slowed down slightly for better readability given the long list */
        }
        .pause-on-hover:hover {
          animation-play-state: paused;
        }
      
${styles}
.lx-e210402b6004{width:auto;height:auto;}
.lx-202b16f05cd7{scroll-behavior:smooth;white-space:nowrap;}
.lx-03c5852d46dd{border-color:purple-200;}
.lx-cf71cc1a6dd5{max-height:0;opacity:0;}
.lx-78d7af8b7e98{font-weight: bold;}
.lx-56f9e8cd95f3{animation-delay:0.2s;}
.lx-03593ebe53f3{animation-delay:0.4s;line-height:1.6;}
.lx-7176372156db{animation-delay:0.6s;}
.lx-a0f105aa49d0{animation-delay: 0.1s;}
.lx-01454d0828f3{animation-delay: 0.2s;}
.lx-b4f1ffc9efa6{animation-delay: 0.3s;}
.lx-43b3f9ad6079{animation-delay: 0.4s;}
.lx-70599f37af89{animation-delay: 0.5s;}
.lx-3c1b01fb8e93{animation-delay: 0.6s;}
.lx-7374cbbdf081{animation-delay: 0.7s;}
.lx-dac985fc475b{animation-delay: 0.8s;}
.lx-848e2decd610{animation-delay: 0.9s;}