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

body * {
	line-height: 140%;
}

div.floater {
	float: right;
}

h2 {
	background: url(pix/ppk.gif) no-repeat right top;
}

