﻿.style1 {
	font-family:"Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	color: #000000;
	font-size: small;
}

.style2 {
	font-family:"Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	color: #000000;
	font-size: large;
}

.style3 {
	font-family:"Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	color: #000000;
	font-size: large;
}
.style_center {
	text-align: center;
}
.style4 {
	font-family:"Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	color: #000000;
	font-size: x-large;
	font-weight: bolder;
	text-align: center;
}

.style6 {
	margin-right: 0px;
}


A:link {text-decoration: none; color: blue; border: none;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: underline; color: blue;}
A:hover {text-decoration: underline; color: blue;}

ul {
	color: black;
	font-family:"Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	font-size: medium;
}
#prod_colors {
	height: 400px;
	width: 400px;
	
}
.f_right {
	float:right;
	height: 300px;
	width: 350px;
	border-left: thick solid white;
}
.f_left {
	float:left;
	height: 300px;
	width: 350px;
	border-right: thick solid white;
	border-left: thick solid white;
}

