<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a
{
	text-decoration: none;
}

a:link
{
	color: #DCDCDC;
	text-decoration: none;
}

a:visited
{
	color: #DCDCDC;
}

a:hover
{
	color: White;
	background-color: #414141;
}

a:active
{
	color: rgb(255,0,0);
}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: #FFCCCC;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}

h1
{
	color: rgb(204,255,0);
}

h2
{
	color: rgb(153,504,255);
}

h3
{
	color: Red;
}

h4
{
	color: Red;
}

h5
{
	color: rgb(153,504,255);
}

h6
{
	color: rgb(204,255,0);
}

select
{
	background-color: black;
	border : thin ridge;	
	color: white;
}

select:hover
{
	background-color: black;
	border : thin ridge;
	color: Red;
}

input
{
	background-color: black;
	border : thin ridge;	
	color: white;
}

input:hover
{
	background-color: black;
	border : thin ridge;	
	color: red;
}

#checkbox
{
	background-color: black;
	border-color: gray;
	border : thin ridge;
	font-color:red;
}

#checkbox:hover
{
	background-color: white;
}

#box a {
	color: #DCDCDC;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 2;
}

#box a:hover {
	color: White;
	background: #414141;
	z-index: 2;
}

#box a span {display:none;}

#box a:hover span {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 3;
	color: White;
	background: #414141;
	font: normal 14px verdana, sans-serif;
	border: 1px solid red;
	display: block;
	padding: 7px;
	width: 450px;
}</pre></body></html>