hr {
	color: #444;
}
h1 {
	color: #fd0;
}
h2 {
	color: #fe8;
}
table {
	border-color: #777;
	background-color: #222;
}
td, th {
/*	border-style: hidden;*/
}
footer {
	color: #ccc;
	font-size: 10px;
}

a {
	color: #0f0;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #0f0;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: #f20;
	background-color: transparent;
	text-decoration: underline;
}

span.rainbow {
	background-image: linear-gradient(to left, #c0f, #53f, #08f, #0c8, #0e0, #ff0, #f70, #f00);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
}
span.gold {
	background-image: linear-gradient(to right, #d74, #fd0, #ea2, #d74);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
}
span.dust {
	background-image: linear-gradient(to right, #fc6, #fea, #fd8, #eb5);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
}
span.sky {
	background-image: linear-gradient(to right, #6af, #adf, #8bf, #59f);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
}
span.cyber {
	background-image: linear-gradient(to right, #8f0, #fe0);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
}
