<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	BACKGROUND-IMAGE: url('../img/background.jpg');	
	text-align:center;
	COLOR: #662200;
	font-family: verdana;
	font-size: 9pt;
	FONT-WEIGHT: bold;
	margin: auto;
	padding: 0px;
	background-color:Black;		
}
img
{
	border: 0px solid;
}

.frame
{
  background-color:#AA7942;
	margin: auto;
	BACKGROUND-IMAGE: url('../img/frame.jpg');
	text-align:left;	
	width: 600px;
	height: 420px;
	border: 0px solid;
	padding: 0px;
}

.title
{	
	padding: 40px 50px 4px 50px;
	text-align:center;
    font-weight: bold;
    font-size:18px;
    color: #662200;
    font-style:italic;        
    height: 10px;
    border: 0px solid;
    text-decoration: underline;   
}

.step
{	
	padding: 0px 50px 0px 50px;	
	text-align:center;	
	border: 0px solid;
	height: 10px;
}

.main
{
	padding: 0px 50px 0px 50px;
	vertical-align:top;
	padding-top: 10px;
	text-align:justify;
	line-height: 150%;
	border: 0px solid;
}

.instructions
{
	font-weight: normal;
	color: #331100;	
}

.buttons_zone
{	
	text-align: right;	
	font-weight: normal;
	color: #441100;
	height: 30px;
	padding: 0px 50px 36px 50px;
	border: 0px solid;
}
</pre></body></html>