.body {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.social-icons {
	/*position: relative;*/
	margin: auto;
    width: 60%;
	padding: 10px;
	z-index: 11;
	/*margin: 30px 0;*/
}

.social-icons li {
	display: inline-block;
	margin: 0 2px;
}

.social-icons li a {
	width: 36px;
	height: 36px;
	background-color: white;
	color: #444444;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration:none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
