body {background-color: white;}

body.contents {background-image: url("contents.jpg"); 
	background-repeat: repeat-y;}

body.product {background-position: top right;
	background-repeat: no-repeat;
	background-color: white;}

p, table {font-family: arial, sans-serif; 
	color: black; 
	font-size: 80%;}

p.product {color: #0000A0;}

h1 {font-family: Haettenschweiler, impact, sans-serif;
	font-size: 300%;
	font-weight: normal;}

a:link  { color: #E00000;
	text-decoration: none; }

a:visited  { color: #A00000; 
	text-decoration: none; }
