.headingBig
{
	font-size: 20px;
	color: red;
}

.headingNotSoBig
{
	font-size: 16px;
	color: Green;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
}

h1 { font-size: 30px; font-weight: normal; margin-bottom: 8px; }
h2 { font-size: 22px; font-weight: normal; margin-bottom: 5px; }
h3 { font-size: 18px; font-weight: normal; margin-bottom: 0; }
h4 { font-size: 14px; font-weight: bold; margin-bottom: 0; }

p { margin-top: 0; }



