body {background:white; color: black; margin: 0; padding: 0; font-family: helvetica;} a {color:black; text-decoration:none; }.maze {		position:absolute;		top:50px;		left:20%;		width:60%;		height:350px;		letter-spacing:-.35em;		line-height:8px;		font-size: 20px;		font-weight:bold;		overflow:hidden;		}		.maze a:hover {color:white; cursor:pointer;}.out {		position:absolute;		top:400px;		right:23%;   	}   	.out a { 	color:black;	font-size:11px;	}.helps {		position:absolute;		top:400px;		left:21%;   	}   	.helps a { 	color:red;	cursor:help; 	font-size:11px;}	}		