#footer {
	border-top: 1px solid #FF7F00;
	padding-top: 5px;
	text-align: center;
	width: 780px;
}

#footer a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

.orange {
	color: #FF7F00;
}