<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {
	font-family: Times New Roman,Helvetica,sans-serif;
	font-size: 14px;
	color: #1d4717;
}
a:visited {
	font-family: Times New Roman,Helvetica,sans-serif;
	font-size: 14px;
	color: #1d4717;
}
a:active {
	font-family: Times New Roman,Helvetica,sans-serif;
	font-size: 14px;
	color: #1d4717;
}
body {
	background-color: #74855a;
	font-family: Times New Roman,Helvetica,sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
code {
	color: #000000;
	font-family: courier, fixed, monospace;
	font-size: 12px;
}
table {
	background-image: url(./images/tablebg.png);
	font-family: Times New Roman,Helvetica,sans-serif;
	font-size: 14px;
	border-style: none;
	color: #FFFFFF;
}
span {
	background-image: url(./images/spanbg.png);
	font-family: Times New Roman,Helvetica,sans-serif;
	font-size: 14px;
	text-align: center;
	border-style: ridge;
	color: #FFFFFF;
}
.tooltip {
    font: 12px Times New Roman,Helvetica,sans-serif;
    border: solid 1px #666666;
    padding: 1px;
    position: absolute; 
    z-index: 100; 
    visibility: hidden; 
    color: #FFFFFF;
    top:20px; 
    left:90px; 
    background-color:#e08e36; 
    
}
.title {
	font-family: Times New Roman, Helvetica, sans-serif;
	background-image: url(./images/titlebg.png);
	font-size: 18px;
	color: #FFFFFF;
}
.poster {
	font-family: Times New Roman, Helvetica, sans-serif;	
	background-color: #e08e36;
	color: #FFFFFF;
}
</pre></body></html>