<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bodyarea {
	margin: 20px 7.5% 0 7.5%;
	font-size: 9pt;
	font-family: verdana, sans-serif;
}

#welcome {
}

#recent {
	overflow: hidden;
	margin-top: 3%;
}

#recent_posts {
	float: left;
	width: 48%;
}

#recent_blogs {
	float: right;
	width: 48%;
}

#about {
	margin-top: 3%;
}

.box {
	border: 1px solid #cdcdcd;
}

.title {
	padding: 3px 5px 3px 5px;
	background: black url(/forum/Themes/blackTed/images/catbg.png);
	color: #f4f4f4;
}

.content {
	padding: 7px 4px 7px 4px;
}

.red {
	color: #c9000d;
}

.big {
	font-size: 10pt;
	font-weight: bold;
}

.small {
	font-size: 8pt;
}

.recent_post {
	overflow: hidden;
	margin-bottom: 10px;
}

.recent_post_message_topic {
	float: left;
	width: 80%;
}

.recent_post_new {
	float: right;
}

.recent_entry_new {
	margin: 0 5px;
}

.recent_entry_comments {
	float: right;
}

.recent_post_time {
	float: right;
	clear: both;
}

.recent_post_poster_name {
	float: left;
	clear: left;
	margin-right: 1%;
}

.recent_post_board_name {
	float: left;
	margin-right: 1%;
}
</pre></body></html>