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

h1 
{
	color:		#ffe38e;
}

h2 
{
	color:		#FFF;
}

.h1_hover 
{
	color:		#c50019; 
}

.h2_hover 
{
	color:		#c50019;
}

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

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