@charset "UTF-8";
/* CSS Document */

titleh4{
	font-size: 1.7rem;
	margin: 0 auto .8rem auto;
	text-align: center;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #838383;
}

subtitleh4 {
	font-size: 1.2rem;
	margin: 0 auto .8rem auto;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #464646;
}
p.normal {
    font-weight: normal;
}

p.light {
    font-weight: lighter;
}

p.thick {
    font-weight: bold;
}

p.thicker {
    font-weight: 900;
}