

html ,
body {
		color:#7B82B5;
		font-family: 'Avenir', Helvetica, Arial, sans-serif;
		font-weight: 200;
		background-color:white;
.font-size {
	font-size:11pt;
	}

.text-align {
	text-align: center;
}
	}
	body {
		font-weight: 100;
	}
	h1 {
	font-family: 'Avenir', Helvetica, Arial, sans-serif;
	font-weight: 500;
	}
	em {
		color:#E8C3BE;
	}

.font-weight .bold {
	font-weight: bold;
}

.letter-spacing .positive {
	letter-spacing: .1em;
}

.text-transform .uppercase {
	text-transform: uppercase;
}