<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
BODY	{
	color:		#FFFFFF;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	}

H2	{
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        font-size       : 24px;
        font-weight     : normal;
        color           : #FFFFFF;
        display         : inline;
        }

H3	{
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        font-size       : 14px;
        font-weight     : normal;
        color           : #FFFFFF;
        display         : inline;
        }

H4	{
        font-family     : Verdana, Arial, Helvetica, sans-serif;
        font-size       : 12px;
        font-weight     : normal;
        color           : #FFFFFF;
		margin: 0px;
		border: 0px;
        }


A:link	{
	color : #FFFFFF;
	text-decoration: none;
	}

A:active {
	color : #FFFFFF;
	text-decoration: none;
	}

A:visited {
	color : #FFFFFF;
	text-decoration: none;
	}


.larrow1 {
	width: 18px;
	height: 18px;
	cursor: pointer;
	display         : inline;
	text-decoration: none;
	background-image: url(larrow1.jpg);	
	}

.larrow1:hover {
	background-image: url(larrow1i.jpg);
	}

.larrow2 {
	width: 18px;
	height: 18px;
	cursor: pointer;
	display         : inline;
	text-decoration: none;
	background-image: url(larrow2.jpg);
	}

.larrow2:hover {
	background-image: url(larrow2i.jpg);
	}

.larrow3 {
	width: 18px;
	height: 18px;
	cursor: pointer;
	display         : inline;
	text-decoration: none;
	background-image: url(larrow3.jpg);
	}

.larrow3:hover {
	background-image: url(larrow3i.jpg);
	}

.rarrow1 {
	width: 18px;
	height: 18px;
	cursor: pointer;
	display         : inline;
	text-decoration: none;
	background-image: url(rarrow1.jpg);
	}

.rarrow1:hover {
	background-image: url(rarrow1i.jpg);
	}

.rarrow2 {
	width: 18px;
	height: 18px;
	cursor: pointer;
	display         : inline;
	text-decoration: none;
	background-image: url(rarrow2.jpg);
	}

.rarrow2:hover {
	background-image: url(rarrow2i.jpg);
	}

.rarrow3 {
	width: 18px;
	height: 18px;
	cursor: pointer;
	display         : inline;
	text-decoration: none;
	background-image: url(rarrow3.jpg);
	}

.rarrow3:hover {
	background-image: url(rarrow3i.jpg);
	}

a.bw {
	color:#FFFFFF;
	background-color:#000000;
	}

a.bw:hover 	{
	color:#000000;
	background-color:#FFFFFF;
	}

a.bw.ul	{
	text-decoration: underline;
	}

input	{
	width: 100px;
	cursor:pointer;
	}
</pre></body></html>