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

h1 
{
	color:		#bd0d8d;
}

h2 
{
	color:		#000;
}

.h1_hover 
{
	color:		#bd0d8d; 
}

.h2_hover 
{
	color:		#bd0d8d;
}

div#links strong, a 
{
	color:		#bd0d8d; 
}

div#links a:hover 
{
	color:		#bd3f0d; 
}
