/* If I use just body as a selector all browsers ignore the line-height */

body * {
	line-height: 140%;
}

div.floater {
	float: right;
}

h2 {
		border-bottom: 1px solid #000000;
	margin: 0 -20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 75px;
	line-height: 100%;
}