.footer-wrapper * 
{    
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 20px;
	color: #fff;
}

.footer-wrapper a:hover 
{  
	text-decoration: none; 
	color: #A81616; 
	font-weight: bold;
}

.footer-wrapper a 
{  
	text-decoration: none; 
	color: #fff; 
	font-weight: bold;
}

.footer-wrapper 
{  
	background-color : #000;
	border-top: 0px solid #000;
}