<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">td img
{
	display: block;
}
body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
body, td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link
{
	color: #333333;
}
a:hover
{
	color: #9F0100;
}

.form
{
	text-align: center;
	height: 182px;
	width: 340px;
	background-color: #FFFFFF;
}

.bottom
{
	background-color: #FFFFFF;
	height: 20px;
	width: 649px;
	text-align: center;
	border: 1px solid #333333;
}

.mainTable
{
	border: 1px solid #333333;
}
</pre></body></html>