h1 {
	color: #FAFEAF;
	font-size: xx-large;
	text-align: center;
}
h2 {
	color: #FAFEAF;
	font-size: x-large;
	text-align: center;
}
h3 {
	font-size: medium;
	color: #FBFECD;
	line-height: 2px;
}
h4 {
	font-size: small;
	color: #007;
	text-decoration: underline;
}

h5 {
	color: #353535;
}
h6 {
	color: #353535;
	line-height: 2px;
	font-size: x-small;
}



p {
	color: #FBFECD;
	font-size: medium;
	line-height: 8px;
}

