/* Style sheet for Planetfriendly.net */

# horizontal lines are green, added sept 21 2009 for 
# goodworkcanada.ca/createyourowngreenjob.html
# -- doesn't seem to work so added inline instead
# hr 
# {
# color:green;
# background-color:green;
# height:5px;
# }

# links are bright blue -- dark blue once visited

a, 
a:link {
	background-color: inherit;
	color: blue;
	/* color: blue; */
	/* 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;
}

