<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY 
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	BACKGROUND-COLOR: #000000;
    COLOR: #faebd7;
}

A:link {
	color: Red;
	text-decoration : none;
}
A:visited {
	color: Lime;
	text-decoration : none;
}
A:hover {
	color: Lime;
	text-decoration : none;
}


TD.Header
{
	BACKGROUND-COLOR: Blue;
	BORDER: #ffffff 1px solid;
}

TABLE.Header
{
}

.Header
{
	font-family : "Courier New", Courier, monospace;
	color: #faebd7;
	font-size: 18px;
	font-weight : bold;
}

TABLE.Footer
{
}

TD.Footer
{
    TEXT-ALIGN: center;
}

.Footer
{
	font-family: verdana,arial,helvetica; 
	font-size: 10px;
    TEXT-ALIGN: center
}

.Navigation
{
	font-family: verdana,arial,helvetica; 
	font-size: 10px;
   color:#faebd7;
}


TD.Annotation
{
    BACKGROUND-COLOR: #000000;
    BORDER: #ffffff 1px solid;
    TEXT-ALIGN: center;
	color : Red;
}

.Annotation
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	TEXT-ALIGN: center;
	color : Red;
}

TD.Payload
{
	BACKGROUND-COLOR: Yellow;
	BORDER: #ffffff 1px solid;
	TEXT-ALIGN: center;
	color : Red;

}

TD.ImagePayload
{
	BACKGROUND-COLOR: Navy;
	TEXT-ALIGN: center;
	color : Red;
}

TABLE.Payload
{
	BACKGROUND-COLOR: White;
	TEXT-ALIGN: center;
	color : Red;
}

TABLE.PayloadAlt
{
	BACKGROUND-COLOR: #FFFFE1;
	TEXT-ALIGN: center;
	color : Red;
}

.Payload
{
	font-family: verdana,arial,helvetica; 
	font-size: 12px;
    TEXT-ALIGN: center;
	color : Red;
}</pre></body></html>