/*********************************************************/
/* goodbetterbest.css                            			 */
/* Use with tables to define background colors                       */
/*********************************************************/




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#goodbetterbest{
	width: 90%;
	height: auto;
	table-layout: auto;
	float: none;
}

#goodbetterbest tr{

}

#goodbetterbest th{
	width: 12%;
	font-weight: normal;
	font-size: x-small;
}

.good{
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.better{
	background-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.best{
	background-color: #cccccc;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
