/* BASIC SITE LINKS */
a {
	color: #888888;
	text-decoration: none;
}
a:active {
	color: #888888;
	text-decoration: none;
}
a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #6CB912;
	text-decoration: none;
}

/* STYLE LINKS */
#footer a {
	color: #888888;
	text-decoration: none;
}
#footer a:active {
	color: #888888;
	text-decoration: none;
}
#footer a:link {
	color: #888888;
	text-decoration: none;
}
#footer a:visited {
	color: #888888;
	text-decoration: none;
}
#footer a:hover {
	color: #6CB912;
	text-decoration: none;
}

#info_heading {
	color: #888888;
	text-decoration: none;
}
#info_heading a:active {
	color: #888888;
	text-decoration: none;
}
#info_heading a:link {
	color: #888888;
	text-decoration: none;
}
#info_heading a:visited {
	color: #888888;
	text-decoration: none;
}
#info_heading a:hover {
	color: #6CB912;
	text-decoration: none;
}

#language_buttons a {
	color: #888888;
	text-decoration: none;
}
#language_buttons a:active {
	color: #888888;
	text-decoration: none;
}
#language_buttons a:link {
	color: #888888;
	text-decoration: none;
}
#language_buttons a:visited {
	color: #888888;
	text-decoration: none;
}
#language_buttons a:hover {
	color: #6CB912;
	text-decoration: none;
}

/* CLASS LINKS */
.a1 {
	color: #888888;
	text-decoration: none;
}
.a1:active {
	color: #888888;
	text-decoration: none;
}
.a1:link {
	color: #888888;
	text-decoration: none;
}
.a1:visited {
	color: #888888;
	text-decoration: none;
}
.a1:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.a2 {
	color: #6CB912;
	text-decoration: none;
}
.a2:active {
	color: #6CB912;
	text-decoration: none;
}
.a2:link {
	color: #6CB912;
	text-decoration: none;
}
.a2:visited {
	color: #6CB912;
	text-decoration: none;
}
.a2:hover {
	color: #6CB912;
	text-decoration: underline;
}
