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

h1 
{
	color:		#e7ae02;
}

h2 
{
	color:		#000;
}

.h1_hover 
{
	color:		#b68900; 
}

.h2_hover 
{
	color:		#b68900;
}

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

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