@charset "utf-8";
/* CSS Document */

/* GREEN Page Links */
a:link {
  color:#3CCF3C;
  text-decoration:none;
  font-weight:bold;
}
a:visited {
  color:#227722;
  font-weight:bold;
}
a:hover {
  color:#63CF63;
  text-decoration:underline;
  font-weight:bold;
}
a:active {
  color:#089E08;
  text-decoration:none;
  font-weight:bold;
}
.brand a:visited { /* Retains color for Branding on Visited Links (specifically for Footer links with dark gray textured background). */
  color:#3CCF3C; /* Go Green green color retained. */
  font-weight:bold;
}
