body
{
	background-color: white;
	color: black;
	font: normal 75%/1.5em arial,helvetica,sans-serif;
	font-size: 11pt;
}

.keywords		{ display: none; }

p, div
{
	line-height: 16pt;
}

/* dont display these elements */
img
{
	display: none;
}

/* display these (f.e. product images) */
.image img
{
	display: block;
	border: 0px none;
}

a
{
	text-decoration: underline;
}