body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCF;
	border-top-width: 50px;
	border-right-width: 100px;
	border-bottom-width: 100px;
	border-left-width: 50px;
}

A:link { color: #0000FF; }
A:visited { color: #0000FF; }
A:hover { color: red ; background: white }
A:active { color: #FFFF00; background: #000000}

.subhead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFF;
}

.product_section_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	background-color: #AAB4FF;
	font-variant: small-caps;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	text-indent: 10px;
}

.product_label {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
.subhead i {
	font-size: 24;
}
.product_label a {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}

.product_label a:hover { 
	color: red ;  
	}