@charset "UTF-8";
h1 {
	font: lighter 2.2em Verdana, Geneva, sans-serif;
	color: #FFF;
}
h2 {
	font-size: 1.6em;
	line-height: .1em;
}
h3 {
	color: #333;
}
.centerText {
	text-align: center;
}
 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}