/* Style sheet pure.css created by Tjerk Zweers on July 28 2004             */
/* This site does not make use of style sheets yet                          */
/* But I needed pages to link to a style sheet, to be able to swap styles   */
/* when loading dot com product pages in an IFRAME on the EU websites       */

body {
	font-family: Arial, Helvetica, sans-serif;
}
/* Elements with the dot_only class will show normally on dot com,          */
/* but will be hidden when swapping styles when inporting in EU sites       */

.dot_only {
	font-family: Arial, Helvetica, sans-serif;
}