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

h1 
{
	color:		#1097d8;
}

h2 
{
	color:		#000;
}

.h1_hover 
{
	color:		#1097d8; 
}

.h2_hover 
{
	color:		#1097d8;
}

div#links strong, a 
{
	color:		#1097d8; 
}

div#links a:hover 
{
	color:		#4e10d8; 
}
