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

h1 
{
	color:		#009933;
}

h2 
{
	color:		#000;
}

.h1_hover 
{
	color:		#007427; 
}

.h2_hover 
{
	color:		#007427;
}

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

div#links a:hover 
{
	color:		#0089aa; 
}
