/* Style sheet for Planetfriendly.net */

# links are dark blue 

a, 
a:link {
	background-color: inherit;
	color: #000066; 
	/* text-decoration: none; */
}

a:visited {
	background-color: inherit;
	/* color: #336699; */
	color: #000066; 
	/* text-decoration: none; */
}

a:hover {
	color: #336699;
}

a:active, 
a.active {
	color: #000033;
}


