<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
#center {
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position:relative;
	width:100%;
	min-height:60px;
	background-color: #e7e7e7;
	float: left;
}

#content {
	position:relative;
	width:100%;
	float: left;
}

#footer {
	position:relative;
	width:100%;
	min-height:40px;
	background-color: #8395CB;
	color: #FFF;
	float: left;
}


#colcenter {
	position: relative;
	width: 100%;
	float: left;
	height: 100%;
	float: left;
}

#divtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	position:relative;
	top: 10%;
	height: 80%;
	text-align: center;
	font-size: 200%;
	color: #CC4040;	
}

#divautor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	font-weight: bold;
	position:relative;
	top: 10%;
	height: 80%;
	text-align: center;
	color: #FFFFFF;	
}

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