BODY {
	color: #FFD700;
	background-color: Black;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: justify;
}

A {
	color: Aqua;
}

A:HOVER {
	color: Red;
}
