*
{
	font-family:Arial;
	color:#ff7fff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
body
{
	background-color:#150015;
}
::selection
{
	background:#ff00ff40;
}
a.gay::selection
{
	color:#ff00ff;
}
a.gay:hover::selection
{
	color:#00ffff;
}
a.gay
{
	background:linear-gradient(to bottom,#ff00ff 0%,#00ffff 100%);
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-weight:bold;
	text-decoration:none;
}
a.gay:hover
{
	background:linear-gradient(to top,#ff00ff 0%,#00ffff 100%);
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
th, td
{
	border:2px solid #660066;
	border-collapse: collapse;
}
ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
ul li
{
	float:left;
}
ul li a
{
	text-decoration:none;
	background-color:#330033;
	display:block;
	padding:14px 16px;
	outline-style:solid;
	outline-color:#150015
}
ul li a:hover
{
	background-color:#660066;
}
hr
{
	border-color:#660066;
}
h0
{
	font-size:4em;
}