<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Generic*/

body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
}



/*Backgrounds*/

body.mbwhite, .whitebg {
		background-color: #f1f3f3;
 }

 
.lightbg {
		background-color: #c6d7dc;
 }


body.mbblue, .midbg {
		background-color: #acd8e5;
 }


.darkbg {
		background-color: #75cfe9;
 }

 

/*Hyperlinks*/

a:link {
	color: #2B51AA;
}

a:visited {
	color: #8D36A7;
}


/*Fonts*/
.title {
	font-size: 130%
}

.postinfo {
	font-size: 60%
}


p {
	font-size: 80%
}</pre></body></html>