/*
CSS for my lighthouse pages
*/
/*
body		{font-family: Arial; background-color: #DAD4C6; color: #565342;}
span.ind	{position: relative; left: 20px;}
a			{text-decoration: none; color: #81776B;}
a:hover		{color: #898B80;}
a:visited	{color: #81776B;}
a:active	{color: #81776B;}
*/
body		{font-family: Arial; background-color: #E6E8E7; color: #819DB3;}
span.ind	{position: relative; left: 20px;}
a			{text-decoration: none; color: #585D34;}
a:hover		{color: #2F3F24;}
a:visited	{color: #585D34;}
a:active	{color: #585D34;}
