body {
	color: White;
	background-color: Black;
	font-size: 7pt;
	text-align: justify;
}

a {
	color: Yellow;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}