@charset "utf-8";
/* CSS Document */

.footer h4{
font-weight:lighter;
font-size:26px;	
text-align:center;
}
.copyright{
	padding-top:10px;
	padding-bottom:10px;
	background:#000;
	color:#fff;
}
.copyright a {
	color:yellow;
	text-decoration: none;
}
