<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
BODY{
	font-family:Fixedsys,System,Terminal,Courier;
	color:#aaaaaa;
	font-size:12px;
	background:black;
}

TEXTAREA{
	font-family:Fixedsys,System,Terminal,Courier;
	font-size:12px;
	border-width:0;
	color:#black;
	background:#aaaaaa;
}

P{
	font-family:Fixedsys,System,Terminal,Courier;
	font-size:12px;
}

A{
	color:#eeeeee;
	font-family:Fixedsys,System,Terminal,Courier;
	font-size:12px;
	text-decoration:none;
}

.invisible{
	display:none;
}

.url{
	cursor:pointer;
}


.mouse{
	cursor : url("data/mouse.cur");
}

.bee{
	cursor : url("data/bee2.cur");
}

BUTTON{
	font-family:Fixedsys;System,Terminal,Courier;
	font-size:12px;
	color:black;
	background:#aaaaaa;
	border-width:0;
}

TABLE{
	font-family:FixedSys,System,Terminal,Courier;
	font-size:12px;
}

INPUT{
	font-family:Fixedsys,System,Terminal,Courier;
	font-size:12px;
	border-width:0;
	color:#black;
	background:#aaaaaa;
}
</pre></body></html>