body {
	FONT-SIZE: 17; 
	COLOR: black; 
	BACKGROUND-COLOR: ivory; 
	TEXT-ALIGN: left
}
P {
	COLOR: maroon; FONT-FAMILY: 'MS Sans Serif'
}
A:link {
	COLOR: black;FONT-SIZE: 14
}
A:visited {
	COLOR: black;FONT-SIZE: 14
}
A:active {
	COLOR: maroon; FONT-SIZE: 14
}
A:hover {
	COLOR: maroon; FONT-SIZE: 14
}
A.CATALOG {
	COLOR: black; FONT-SIZE: 14
}
B {
	COLOR: maroon
}
I {
	FONT-SIZE: 14
}
I.catalog
{
	FONT-SIZE: 14
}
EM {
	
}
STRONG {
	
}
H1 {
	FONT-SIZE: 20;
	margin: 0;
}
H2 {
	FONT-SIZE: 20
}
H3 {
	FONT-SIZE: 17
}
H3.classic {
	FONT-SIZE: medium; COLOR: brown
}
TD
{
	FONT-SIZE: 14
}
TH
{
	COLOR: maroon
}
table.emailForm input, table.emailForm textarea {
	width: 200px;
	font-family: 'MS Sans Serif';
	font-size: small;
}
table.emailForm td.input {
	width: 150px;
	vertical-align: top;
}
table.emailForm td {
	vertical-align: top;
	text-align: left;
}
table.emailForm input.button {
	width: 100px;
}
table.emailForm td.input {
	width: 150px;
}
table.emailForm td.output {
	font-weight: bold;
	color: red;
}
table.emailForm td.titel {
	font-weight: bold;
	height: 30px;
}
table.emailForm textarea.emailOpmerking {
	width: 200px;
	height: 100px;
}
table.emailForm textarea.emailAdres {
	width: 200px;
	height: 70px;
}
table.emailForm textarea.emailNaam {
	height: 30px;
}	
table.winkelwagen td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid maroon;
}
table.winkelwagen {
	border: 1px solid maroon;
	border-collapse: collapse;
	margin: 5px;
}
hr {
	border: 0;
	color: maroon;
	background-color: maroon;
	height: 1px;
	width: 100%;
}
