h1 {
	font-size:2.5em;
	text-transform:uppercase;
}

h2 {
	font-size:1.5em;
	text-transform:uppercase;
}

h3 {
	font-size:1.6em;

}

h4 {
	font-size:1.1em;
}

p {
	font-size:1em;
	line-height:1.4em;
	padding:0 0 12px 0;
}

.lowerCase { text-transform:lowercase}
