
		body {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			word-break: keep-all;
		}

		a {
			color: white;
			background-color: black;
			font-family: sans-serif;
			font-size: 13pt;
			line-height: 20pt;
			margin: 1pt;
			
			
		}	
		a:hover {
			color: black;
			background-color: white;

		}