body {
	color: black;
	font-family: "Times New Roman";
	font-size: 1em;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	background-color: white;
}
a:link, a:visited {
	color: #e0078c;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #e0078c;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:link, a.nav:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: #e0078c;
}
a.nav:hover, a.nav:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color: #e0078c;
}
img.products {
	border-style: solid;
	border-width: 2px;
	border-color: #87c221;
}
img.le {
	margin-right: 15px;
	margin-left: 0px;
	border-style: solid;
	border-width: 2px; 
	border-color: #87c221;
}
div.navbar {
	padding: 5px;
	background-color: #b9ea64;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #26360a; 
}
div.header {
	text-align: center;
	padding: 0px;
}
div.contact-info {
	padding: 5px;
	background-color: #b9ea64;
	text-align: center;
}
table.main-table { 
	background-color: #87c221;
	text-align: justify; 
	font-size: 1.0em;	
	font-family: "Times New Roman";
	line-height: 1.3em;
	font-weight: normal;
}
td.content-center {
	background-color: white;
	padding: 10px;
}
div.main-lt {
	background-color: #b9ea64; 
	width: 200px;
	height: 748px;
	text-align: center;
}
div.main-center {
	background-color: white;
	padding: 10px;  
	text-align: justify;
}
div.main-rt {
	background-color: #b9ea64; 
	height: 748px;
	padding: 0px;
	text-align: center;
}
div.tagline { 
	height: 21px;
	padding: 5px;
	background-color: #b9ea64; 
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #e0078c;
	font-style: italic;
}
div.footer { 
	padding: 0px;
	font-family: "Times New Roman";
	font-weight: bold;
	font-style: italic;
	color: black;
	background-color: white;
	font-size: 0.8em;
}
a.footer:link, a.footer:visited {
	color: #e0078c;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	font-style: normal;
}
a.footer:hover, a.footer:active {
	color: #e0078c; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	font-style: normal;
}


