BODY {
	text-align: center;
	background-color: black;
	font-family: arial;
	color: white;
	font-weight: bold;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}

div#header {
	width: 760px;
	background-color: black;
	text-align: center;
	border-bottom: 1px solid #a30303;
}

div#middle {
	width: 760px;
	background-color: black;
	margin:15px;
}

div#footer {
	font-size: 10px;
	text-align: center;
	width: 760px;
	background-color: black;
	border-top: 1px solid #a30303;
}

.team {
	font-size: 16px;
	font-weight: bold;
}

.specialty{
	font-size: 14px;
	font-style: italic;
}

IMG {
    border: none;
}

TD {
	vertical-align: top;
	font-family: arial;
	color: white;
	font-size: 12px;
}

.productsList {
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
}

A:link {
	color: #FFFFFF;
	text-decoration: none;
}
A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A:active {
	color: #FFFFFF;
	text-decoration: none;
}
A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}