body,td,th {
	font-size: 16px;
}

/* Title Header */
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
}

/* Contact Us About Us Site Map */
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

/* Developers Links Order Login Area*/
.style3 {
	color: #000099;
	font-weight: bold;
	font-size: 18px;
}

/* Product Title Link */
.style4 {
	color: #4a5ab8;
	font-weight: bold;
	font-size: 22px;
}

/* Bold Text */
.style5 {
	font-weight: bold;
	font-size: 16px;
}

/* Product Subtitle and 2D Carousel Links */
.style6 {
	color: #4a5ab8;
	font-weight: bold;
	font-size: 18px;
}

/* Larger Bold Text - Price */
.style7 {
	font-weight: bold;
	font-size: 18px;
}

/* Smaller Text */
.style8 {
	font-size: 14px;
}




a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}