<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#displayTopics {
	width:800px;
	margin:3px auto;
	font-size:13px;
	line-height:150%;
}
#displayTopics td {
	vertical-align:top;
}

#displayTopics img {
	border:none;
	padding:7px;
}


#displayTopics h3 {
	font-size:16px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
	color:#ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#displayTopics a{
	color:rgb(224,80,80);
	text-decoration:none;
}

#displayTopics a:hover{
	color:rgb(224,31,31);
	text-decoration: underline;
}


#displayTopics strong{
	font-weight:bold;
}

#displayTopics em{
	font-style: oblique !important;
}</pre></body></html>