#footer {  
	border-top: 1px solid #7B0F40;
	border-bottom: 1px solid #7B0F40;
	margin: 0 auto 15px;
	text-align: center;
}

#footer p { 
	font-size: 10px;
	color: #grey;
}

#footer a {
	font-size: 10px;
}

#footer a:link {text-decoration: none}
#footer a:visited {text-decoration: none}
#footer a:active {text-decoration: none}
#footer a:hover {text-decoration: underline; color: red;}