/* required structure for spotlight effect and yellow links */

body {
	background-color: black;
	color: black;
	cursor: none;
	font-family:  Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1;
	margin:0;
	padding:0;
}

#spotLight { position: absolute; top: 20px; left: 20px; z-index: 0; overflow: hidden; } 

#shtmlcontent { position: absolute; top: 0; left: 0; z-index: 100; font-size: 10px; text-align: left; width: 100%; padding-right: 1em; } 

#berners-lee {	width: 80em; padding-left: 100px; padding-right: 100px; padding-top: 50px;}

small { font-size: 100%; }

#berners-lee a,a:link,a:visited,a:active { color: black; display: inline; text-decoration: none; }

#berners-lee a:hover { color: black; background-color: yellow;}