#wrapper {
	margin: 10px;

}
#supplierTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	background-color: #97FF97;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CACACA;
	border-right-color: #063;
	border-bottom-color: #063;
	border-left-color: #CACACA;
}
.supplierLogoText {
	color: #063;
	border: thick solid #063;
	font-weight: bold;
}

.supplierLogo {
	border: thin outset #000;
	margin: 10px;
}

