<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#content {
	height:250px;	
}

#contentContainer {
	color:#CCC;
	width:850px;
	text-align:center;	
}

#contactContainer {
	width:850px;
	text-align:left;
}

#contactContainer a {
	text-decoration:none;
	color:#CCC;
}

.cellTitle {
	color:#00addc;
	font-weight:bold;
	padding-top:-15px;
}

#followFeedback {
	margin-top:5px;
	font-size:10px;
	display:block;
	height:15px;
}

#sendMessageFeedback {
	font-size:10px;
	display:block;
	height:15px;
}

.sendMessageForm {
	width:150px;
}

#contactMessage {
	resize:none;	
}</pre></body></html>