<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background-color: #FFCC00;
	font-family: arial;
			
	
}

#header {
	margin: 0 0 15px 0;
	background: #FF9955;
}

#side-a {
	float: left;
	width: 200px;	
}

#content { 
	float: left;
	width: 75%;
	border: 10px solid transparent; 
	
}

#footer {
	clear: both;
	background: #FF9955;
}

.cervena {
  color: red;
}</pre></body></html>