﻿body {
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #3D3D3D;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

	.a1:link {
		color: #000000;
		text-decoration: none;
	}
	.a1:visited {
		text-decoration: none;
		color: #000000;
	}
	.a1:hover {
		text-decoration: underline;
		color: #FF0000;
	}
	.a1:active {
		text-decoration: none;
		color: #000000;
	}
