table.hosting{
	border-collapse: collapse;
	color:#ffffff;
	border: 1px;
	text-align:center;
}
tr.header{
	background: #A93838;
}
td.subfooter{
	background: #7F7F7F;
	font-size: small;
	color: #cccccc;
}

td.col1{
	background: #2A2A2A;
	width: 150px;	
}
td.col2{
	background: #5E5E5E;
	width: 100px;		
}
td.col3{
	background: #2A2A2A;
	width: 100px;		
}
td.col4{
	background: #5E5E5E;
	width: 100px;		
}
td.header{
	background: #424242;
}

table.home{
	color:#ffffff;
	table-layout: fixed
}