/* Declare Font-Family and Font Sizes for H1:H6 and p */h1, h2, h3, h4, h5, h6 {	font-style: normal;	line-height: normal;	font-weight: lighter;	font-variant: normal;	color: #444444;}h1 {	font-size: 3em;}h2 {	font-size: 1.5em;	letter-spacing: 0.6px;	font-weight: lighter;}h3 {	font-size: 0.9em;}p, ul, li {	font-size: 12px;	font-weight: normal;	color: #444444;}
