body {
	background-color: black;
	color: rgb(210,210,210);
}

a {
	/* color: rgb(210,210,210); */
	color: rgb(164,133,224);
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
	color: pink;
}
