div#links
{
	position: absolute; 
	top: 266px; 	/* remember to add 54 */
	left: 20px; 	/* remember to add 20 */
	width: 272px; 
	height: 298px;
}

div#links a:hover span 
{
	width:		256px; 	/* d#links width - 16 */
	height: 	233px;	/* d#links height - 65 */
}

div#links h1 
{
	color:		#009;
}

div#links a:hover h1 
{
	color:		#c00; 
}

div#links h2 
{
	color:		#000;
}

div#links b 
{
	color:		#c00; 
}
