body {
	background: linear-gradient(90deg, #8e44ad 0%, #211ed7 16%, #1ebbd7 32%, #37f21a 50%, #f7fb03 66%, #fb7403 82%, #ff0000 100%);
	background-attachment: fixed;
	padding: 20px;
}

p {
	font-family: verdana;
	font-size: 14pt;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #ffff00;
	cursor: crosshair;
}