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

h1 
{
	color:		#330099;
}

h2 
{
	color:		#000;
}

.h1_hover 
{
	color:		#330099; 
}

.h2_hover 
{
	color:		#330099;
}

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

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