<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  body
	{
	background : #fff;
	color : #333;
	}

img
	{
	border : 0 none inherit;
	}

/* links*/

a:active , a:link
	{
	text-decoration : none; 
	color : #030;
	background : transparent; 
	font-weight : bold;
	}

a
	{
	text-decoration : underline; 
	color : #030;
	background : transparent; 
	font-weight : bold;
	}

a:visited
	{
	text-decoration : none; 
	color : #900;
	background : transparent; 
	font-weight : bold;
	}

a:hover
	{
	text-decoration : underline; 
	color : #993;
	background : transparent; 
	font-weight : bold;
	}

/* font sizes*/

h1 , h2 , h3 , h4 , h5 , p , ul , .n , .ll , .lr , .cap , .vo , .ve , #lhn a
	{
	font : 10pt Verdana, Helvetica, sans-serif;
	}

/* font weights*/ 

h1 , h2 , h3 , .lp , .ll
	{
	font-weight : bold; 
	}


/* font colours*/ 

.dis
	{
	color : #999;
	}

/* background colors*/

.cb
	{
	background : #f1eed1;
	}

.cp , .mt , .vt , .vh , .pos
	{
	background : #fff;
	}

.ch , .ve
	{
	background : #e2e39d;
	}

#sa , .rht , .mpp , .mpt , .lr , .hph , .hpt , .hpp , .ht , .vo
	{
	background : #f4f7e6;
	}

#sa .sah , .lh
	{
	background : #b0b249;
	}

.ll
	{
	background : #ebebb4;
	}

/* list styles */

ul
	{
	list-style-type : none;
	}</pre></body></html>