/* UL's and OL's look bad with the same amount of spacing above as below.  This reduces the amount of space above them */

UL,OL	{
	margin-top: .3em
	}

H1,H2,H3,H4,H5,P	{
	margin-bottom: .3em
	}
