
a:link, a:hover, a:active
{
	color: hsl(200,80%,75%);
	color: rgb(140,208,242);
}

a:visited
{
	color: hsl(200, 10%, 75%);
	color: rgb(185,193,198);
}

