body
{
	background-color: white;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
}

p, div
{
	line-height: 16pt;
}

/* dont display these elements */
img, .keywords, #footer
{
	display: none;
}

/* display these (f.e. product images) */
h1 img
{
	display: block;
	border: 0px none;
}

a
{
	text-decoration: underline;
}
