#spiceHead td {
	font-weight: bold;
	background-color: #993300;
	border:thin solid #FF9900;
	padding:6px;  
	color: #FFFFFF;
}

.general {width:900px}

.general td {
	background-color: #ffffff;
	border:thin solid #FF9900;
	padding:6px;  
	color: #F1F1EC;
}

.general h3 {
	font-weight: bold;
	color: #990000; 
}

/* didn't work. I tried to align the image to the middle
.general img {
  height: auto;
  width: auto;
  text-align: center;
}

als can I format each column width from here?
*/

