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

body
{
	text-align: center;
	margin: 0;
	padding: 0;
}

h1
{
	margin: 50px 0 20px;
	text-align: center;
}

p
{
	font-size: 18px;
	line-height: 1.8em;
}
p.copy
{
	font-size: 12px;
	padding: 30px 0;
}

#bg
{
	background: #454647;
	padding: 20px;
}
#bg p
{
	color: #FFF;
}

table
{
	margin: 20px auto;
}
th
{
	color: #fff;
	font-size: 20px;
}

.TextField
{
	font-size: 24px;
	line-height: 24px;
	height: 30px;
}

.Messagge
{
	font-size: 18px;
	line-height: 1.8em;
}
</pre></body></html>