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

h1 
{
	color:		#0f8929;
}

h2 
{
	color:		#000;
}

.h1_hover 
{
	color:		#0f8929; 
}

.h2_hover 
{
	color:		#0f8929;
}

div#links strong, a 
{
	color:		#0f8929; 
}

div#links a:hover 
{
	color:		#12bc92; 
}
