/* BASIC SITE LINKS */
a {
	color: #581297;
	text-decoration: none;
}
link {
	color: #581297;
	text-decoration: none;
}
/*
font {
	text-decoration: none;

}
table {
	text-decoration: none;

}
*/
a:active {
	color: #581297;
	text-decoration: none;
}
a:link {
	color: #581297;
	text-decoration: none;
}
a:visited {
	color: #581297;
	text-decoration: none;
}
a:hover {
	color: #581297;
	text-decoration: underline;

}

/* CLASS LINKS */
.a1 {
	color: #333333;
	text-decoration: none;
}
.a1:active {
	color: #000000;
	text-decoration: none;
}
.a1:link {
	color: #000000;
	text-decoration: none;
}
.a1:visited {
	color: #000000;
	text-decoration: none;
}
.a1:hover {
	color: #000000;
	text-decoration: underline;
}
