h1 {
	font-size: 24pt;
}

h2 {
	font-size: 14pt
}

img{
	border: 0;
}

.header{
	border: 2px solid #8bad6e;
	border-bottom: 0px;
	border-right: 0px;
	background-color: white;
}

.header td{
	border-bottom: 2px solid #8bad6e;
	border-right: 2px solid #8bad6e;
}

.header a:link, .header a:visited, .header a:hover p {
	text-decoration: none;
	color: black;
}

.header a:hover, .header a:hover p{
	color: green;
}

.header p{
	font-size: 10pt;
}

.author{
	font-size: 8pt;
	font-style: italic;
}

.productList td{
	text-align: center;
}

.xl24{
	padding: 6px;
	background-color: #f0f8d1;
	border: 1px solid #8bad6e;
	width: 20%;
}

.xl24 h1, .xl24 h2, .xl24 h3, .xl24 h4 {
	padding: 0;
	margin: 0;
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	line-height: 110%;
	font-weight: bold;
}

.xl24 h1 {					/* Description */
	font-size: 12pt;
}

.xl24 h2 {			/* Grade */
	font-size: 10pt;
}

.xl24 h3 {			/* Style */
	font-size: 7pt;
	padding: 4px 0 2px 0;
}

.xl24 h4 {			/* Price */
	font-size: 12pt;
	padding: 0 0 2px 0;
	font-weight: bold;
}

.xl24 a{
	color: #192912; /* half black, half LB green */
	text-decoration: none;
}

.xl24 a:hover{
	color: #2A6B00;
	color: green;
}


.xl48{
	text-align: left;
	font-weight: bold;
	background-color: #8bad6e;
	padding: 6px 6px 2px 6px;
}

