/*
CSS for Colorado Calligraphers' site
*/

a {
  font-weight: bold;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;

}

.featuredlink {
	color: white;
	font-weight: bold;
}