h1, h2, h3, h4, h5, h6{
	font-family: georgia, serif;
	font-weight: normal;
	margin: 0;
	}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{
	font-weight: normal;
	text-transform: uppercase;
	}
h1{
	font-size: 34px;
	line-height: ;
	}
h2 {
	font-size: 24px;
	line-height: ;
	}
h3{
	font-size: 18px;
	line-height: ;
	}
h4{
	font-size: 16px;
	line-height: ;
	}
h5{
	font-size: 14px;
	line-height: ;
	}
h6{
	font-size: 12px;
	line-height: 18px;
	}

p +p{
	margin: 1em 0 0;
	}
em{
	font-style: italic;
	}
.alignright{
	float: right;
	}