BODY {
	color: White;
	background-color: Black;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}

A {
	color: White;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}
