div.fighters 
{
	clear: both;
}

span.imageCanvas
{
	display: block;
	height: 225px;
	width: 140px;
	margin: 2px 0px 0px 10px;
}

div.fighter img
{
	clear: both;
	margin: 0px 5px 10px 10px;
	border: 0;
}
div.fighter
{
	display: block;
	margin: 0px;
	border-bottom: solid 5px #aaf;
	clear: both;
}
div.fighter p
{
margin: 10px;
}

table.specs
{
	width: 160px;
}
td.bold
{
	font-weight: bold;
	width: 100px;
}
table.specs td
{
	padding: 2px;
}
table.specs tr
{
	background: #eee;
}
table.specs tr.even
{
	background: #ccc;
}

