/* Wesley United Methodist Church General and RSS Style sheet - Jim Sohn, Webmaster*/

A:hover	{
	background: Blue;
}

A:link	{
	text-decoration: underline;
	font-weight: bold;
	color: White;
}	
		
A:visited	{
	text-decoration: underline;
	font-weight: bold;
	color: White;
}	
		
A:active	{
	text-decoration: underline;
	font-weight: bold;
	color: Lime;
}