<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 */

.topics_box{
	
	width:698px;
	padding:0;
	margin:20px 0 0 0;
	border:1px solid #ccc;
	}
	
	
	h3#topics{
		color:#fff;
		background-color:#333;
		padding:10px;
		border:none;
		mrgin:0 0 10px 0;
		}
		
		
</pre></body></html>