body {
	background: #0563e26;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
A:hover {
	color: #000000;
}
.main-text {
	font-family: goudy;
	font-size: 12pt;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
}
.products-text {
	font-family: goudy;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
.link-text {
	font-family: arial;
	font-size: 10pt;
	color: #603C21;
	text-decoration: none;
}
.link-text2 {
	font-family: goudy;
	font-size: 12pt;
	color: #603C21;
	text-decoration: none;
}
.main-text-italics {
	font-family: goudy;
	font-size: 9pt;
	color: #000000;
	line-height: 15px;
	font-style: italic;
}

