<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerMaster {
	width: 100%;
	background-color: transparent;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.containerR1 {
	background-color: transparent;
}
.containerR2 {
   background-repeat: no-repeat;
   background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #FFFFFF;
}



</pre></body></html>