/* designed by Me and Her Designs, www.meandherdesigns.com. *//* code written by effie, www.effie.bz *//* 	EMAIL.CSS contains the following styles:		.email a:link		.email a:visited        .email a:hover        NOTE: Use <span class="email">email@address</span> to format an email link.*//* content email hyperlink styles */.email a:link {    color: #306197; /* darker blue */    font-weight: bold;	text-decoration: none;	}	.email a:visited	{    color: #346799; /* grey blue */    font-weight: bold;	text-decoration: none;	}	.email a:hover	{    color: #EDBA1A; /* yellow */    font-weight: bold;	text-decoration: none;	}