body {
	background-color: black;
	color: white;
	font-family: arial, sans-serif;
	size: 3;
}

a.text-link {
	color: rgb(150, 50, 255);
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a.text-link:link, a.text-link:visited {
	color: rgb(150, 50, 255);
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a.text-link:active, a.text-link:hover {
	color: #33ff00;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a.menu-link {
	color: white;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;

}

a.menu-link:link, a.menu-link:visited {
	color: white;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;

}

a.menu-link:active, a.menu-link:hover {
	color: #33ff00;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;

}
