/* Style sheet for GoodWorkCanada.ca */

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;
}

	.masked {
	color: blue;  /* #6bb224 */
	text-decoration: none;  /* underline; */ 
	font-weight: normal;
	}
	.masked img{
	float: none;
	display: inline;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	top:0px;
	}