
a:link {

	color: #000000;
	font-size: x-small;
	text-decoration: underline;

}

a:visited {

	color: #2d2d2d;

	text-decoration: underline;

}

a:active {

	color: #000000;

	text-decoration: underline;

}

a:hover {

	color: #2d2d2d;

	text-decoration: none;

}


.copyright a:link {

	color: #fff;
	font-size: x-small;
	text-decoration: underline;

}

.copyright a:visited {

	color: #fff;

	text-decoration: underline;

}

.copyright a:active {

	color: #fff;

	text-decoration: underline;

}

.copyright a:hover {

	color: #fff;

	text-decoration: none;

}

