@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#prod1 h2,#prod2 h2, #prod3 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #09C;
	text-align: center;
}
#prod1 img, #prod2 img, #prod3 img {
	padding: 2px;
	border: 1px solid #09C;
	width: 98%;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
#footer {
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#footer li {
	background-color: #CFF;
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	list-style-type: none;
}
#footer a {
	font-size: 12px;
	color: #09C;
	text-decoration: none;
}
