html, body
{
	margin: 0;
	padding: 0;
	font-size: 100%;

}

body
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 100px;
	background-color: #E3E3E3;
}

a img
{
	border: 0;
}

.fbText
{
	font-size: 50px;
	letter-spacing: -1px;
  	color: #9E9E9E;
  	line-height: 45px;
	padding-bottom: 5px;
}

.subText
{
	font-size: 30px;
  	color: #FFFFFF;
  	line-height: 27px;
	padding-bottom: 40px;
}

.letText a
{
	font-size: 25px;
  	color: #D4D4D4;
  	line-height: 35px;
  	text-decoration: none;
	-webkit-transition: color .2s ease-in;
}

.letText a:hover
{
  	color: #C0C0C0;
  	text-decoration: none;
}



