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

body
{	
	background-color: white;
	background-image: url(images/mw_backdrop.gif);
	/* font-family: Helvetica, Univers, sans-serif; */
	margin-left: 80px;
}

h1
{	text-align: center;
	font-size: 24pt;
	font-weight: bold;
}

h2
{	text-align: left;
	font-size: 18pt;
	font-weight: bold;
}

td
{
	vertical-align: top;
}
</pre></body></html>