html, body {
	background-color: #120d17;
	color: white;
}
a {
	color: #ffb6c1;
	text-decoration: none;
}
a:hover {
	color: #ffcce0;
	text-decoration: underline;
}
a:visited {
	color: #e6a9b9;
}
tr:nth-child(2n) {
	background-color: black;
}
th {
	background-color: black;
	border-bottom: 2px solid #483980;
}
#list {
	border: 2px solid #483980;
}
