@charset "utf-8";
.footer {
	background-color: #868686;
	height: 95px;
	width: 960px;
	color: #FFF;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	clear: left;
}
.footer1 {
	letter-spacing: 2px;
	float: left;
	width: 400px;
	text-align: center;
	margin: 5px;
}


.footer2 {
	width: 370px;
	float: left;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer3 {
	width: 150px;
	float: left;
	letter-spacing: 1px;
	margin: 5px;
}
.footer1 a   {
	color: #0101AF;
	text-decoration: none;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
.footer3 a {
	color: #0101AF;
	text-decoration: none;
}
.footer1 a:active , .footer1 a:hover, .footer1 a:checked{
	color: #DD1439;
	font-size: 14px;
}
.footer3 a:active, .footer3 a:hover, .footer3 a:checked {
	color: #DD1439;
	font-size: 14px;
}
