/*
	Connecticut School of Mixed Martial Arts

	Website:		ctmma.com
	Filename:		class.css
	Description:	Class information stylesheet
	Last Updated:	2009.12.06
*/

.classes {
	color: #fff;
	font-size: 12px;
}
.classes th { text-align: center; }
.classes td {
	height: 50px;
	padding: 10px;
	vertical-align: top;
	width: 150px;
}
.even { background-color: #2a2a2a; }
.odd { background-color: #333; }