HTML {
	background-color: #2F2F2F;
	font-family: "Arial";
}

A, H1, H2, H3 {
	color: #CD94F4;
}

A {
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}

P {
	color: #D0D0D0;
}

.container {
	text-align: center;
}