<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page {
	width: 1000px;
}

marquee {
	background-color: #ff9933;
	color: #003399;
	font-weight:bold;
}

.nav a {
	color: black;
background-color: #ff9933;
        text-align:center;
        //height: 80px;
        //border: 2px solid;

        //border-radius: 25px;
}

.nav li {
        
        //border: 2px solid;
        //border-radius: 25px;
}

.footer {
	text-align: center;
}

.active {
	background-color: blue;
	//color: #003399;
	font-weight:bold;
}</pre></body></html>