/* Declare Font-Family and Font Sizes for H1:H6 and p */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	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.1em;
	font-weight: lighter;
}

h3 {
	font-size: 0.9em;
}
p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #444444;
}

