/* this is for position */
div#links
{
	position: absolute; 
	top: 70px; 	/* remember to add 70 */
	left: 548px; 	/* remember to add 20 */
	width: 272px; 
}

h1 
{
	color:		#49a8d4;
}

h2 
{
	color:		#000;
}

.h1_hover 
{
	color:		#0080d7; 
}

.h2_hover 
{
	color:		#0080d7;
}

div#links strong, a 
{
	color:		#0080d7; 
}

div#links a:hover 
{
	color:		#8c39c6; 
}
