
a:link, a:hover, a:active
{
	color: hsl(182, 100%, 30%);
	color: rgb(0, 148, 153);
}

a:visited
{
	color: hsl(30, 30%, 39.2%);
	color: rgb(130, 100, 70);
}

