.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #FF9933;
	border-top: 2px solid #FF9933;
	color: white;
	text-align: center;
	font-size: 16px;
}

a.radape1:link, a.radape1:visited {
	text-decoration: none;
	color: #ffffffff;
}
a.radape1:hover {
	text-decoration: underline;
	color: #000000ff;
}
a.radape1:active {
	text-decoration: none;
}
