//*****************************************
//
//  homemod.css
//
//  generic form styling
//  copyright Bitingedge
//
//*****************************************/

table.products {
	background:#fff;
	margin:0;
	width:755px;
}


table.products td {
	width:145px;
	height:145px;
	vertical-align:center;
	text-align:center;
	padding:0;
	margin:0;
}

table.products td a:link, table.products td a:visited {
	color:#fff;
	font-size:1.2em;
	padding:0;
	margin:0;
	line-height:2em;

}

.box1 {
	background:#495678;
}

.box2 {
	background:#0093dd;
}

.box3 {
	background:#00923f;
}

.box4 {
	background:#73c44b;
}
.box5 {
	background:#b8dc7c;
}

.box6 {
	background:#8f5444;
}

.box7 {
	background:#b76768;
}

.box8 {
	background:#da251c;
}

.box9 {
	background:#e67817;
}

.box10 {
	background:#f8c301;
}