body {
	background-color: #F4F4FF;
	margin : 0 0 0 0;
}
A:LINK {
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
}
A:HOVER {
	color : lime;
	text-decoration : none;
}
A:VISITED {
	font : x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.tabs {
	border-width : 1 1 1 1;
	border-color : rgb(205,205,205);
	border-style : groove groove groove groove;
	background : #8080C0;
	text-align : left;
	vertical-align: top;
	padding-left : 1mm;
}
.products{
	text-align: justify;
	font : x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-color: White;
	vertical-align : top;
	height: 100;
	padding-top : 4mm;
	padding-right : 1mm;
	padding-left : 1mm;
	border-bottom-style : double;
	border-top-color : Black;
	border-top-style : solid;
	border-bottom-color : Black;
	border-top-width : 0;
	border-bottom-width : 3px;
	background-color : #9999CC;
}