body 
{
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	line-height: 180%;
	color:6B6C5A;
	background-color: white;
	margin: 0;
}
#header 
{
	background-color:9AAE69;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 90px;
}
#navbar 
{
	color: white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 25px;
	background-color: black;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
	height: 30px;
}
#midsection
{
	color: #6B6C5A;
	background: transparent;
	margin-left:15%;
	margin-right:12%;
}
#logo 
{
	margin-left: 60%;
	height: 300px;
	border-style:none;
	border-width:0px;
}
#footer 
{
	color: white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 16px;
	background-color: black;
	text-align: center;
	letter-spacing: 6px;
	height: 16px;
}
th
{
	font-family:Tahoma, Geneva, sans-serif;
	padding:8px;
	background-color:9AAE69;
	border-color:6B6C5A;
	border-width:2px;
	border-style:solid;
	color:black;
	text-align:center;
	height:50px;
}

td
{
	background-color:white;
	border-color:#6B6C5A;
	border-bottom-style:solid;
	border-width:1px;
	padding:2px;
	color:#6B6C5A;
	text-align:left;
	font-size:90%;
}
table
{
	border-color:#6B6C5A;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	width=100%;
}

#check
{
	text-align:center;
}
#quant
{
	text-align:center;
}
#price
{
	text-align:right;
}
#picture
{
	text-align:center;
	padding:5px;
}
#product
{
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}

h1, h2
{
	color: #6b6c5a;
	font-family:Tahoma, Geneva, sans-serif;
}

a:link { color: 9AAE69; text-decoration: none;}
a:visited { color: 9AAE69; text-decoration: none;}
a:hover { color: white; text-decoration: underline;}
