@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.table-background {
	background-image: url(images/thetileshop-background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.table-background-brown {
	background-image: url(images/thetileshop-brownfooter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mainbodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.mainbodytext a:link,  .mainbodytext a:active, .mainbodytext a:visited {
	color: #000000;
	text-decoration: none;

}

.mainbodytext a:hover {
	color: #3F6500;
	text-decoration: none;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.footertext a:link,  .footertext a:active, .footertext a:visited {
	color: #999999;
	text-decoration: none;

}

.footertext a:hover {
	color: #3F6500;
	text-decoration: none;
}
