body { 
	background:#fcfcfc;
	font-family:"roboto", arial, sans-serif;
	color:#333;
	font-size:16px;
	line-height:22px;
}

h1 {
	text-align:center;
	font-size:36px;
	font-weight:500;
	display:inline-block;
	width:100%;
	margin: 8px auto 24px auto;
}
h2 {
	text-align:center;
	font-size:24px;
	font-weight:500;
	display:inline-block;
	width:100%;
	margin: 8px auto 24px auto;
}
 p {
 	margin-bottom:16px;
 }

 a {
 	color:#0099ff;
 	text-decoration:none;
 }
 a:hover, a:active {
 	color:#66c2ff;
 	text-decoration:underline;
 }

.wrapper { 
	width:800px; 
	margin:32px auto;
}

.letter {
	margin-bottom:24px;
	padding-bottom:24px;
	border-bottom:1px dotted #ddd;
}

.fa {
	padding-left:6px; 
}
.center {
	text-align: center;
}
