/* CSS Document */
h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3E83C8;
}
.content h1 {
	font-size: 1.7em;
	letter-spacing: 1.3px;
	}
body {
	text-align:center;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#wrapper {
	background-color:#FFFFFF;
	text-align: center;
	margin: 0 auto 0 auto;
}
