<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* layouts */
body {
	background-color: #f5f6f7;	
}
#header {
	margin-top: 0;
	height: 30px;
	background-color: #484848;
}
#headline {
	margin-top:20px;
}

#headline h2 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 0;
}

#headline p {
	font-size: 25px;
	font-family: Trebuchet MS, Arial, sans-serif;
}</pre></body></html>