<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
 font-family: Courier, Monotype;
}

td.empty {
    color: white;
}

td.important {
	color: #2F3332;
}

td.me {
    font-weight: bold;
    color: black;
}

table {
	margin: 15px auto;
	border: 1px solid #bebebe;
}

a {
	text-decoration: none;
    color: #4A24BD;
    font-weight: bold;
}

</pre></body></html>