body {
	margin: 0px;
	background-color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}
.tablebg {
	background-image: url(images/column.jpg);
	background-repeat: repeat-y;
}
.leftcolumn {
	background-image: url(images/column1.jpg);
	background-repeat: repeat-y;
}
a:link {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
.border {
	border: 1px solid #003366;
}
.hot-deal-hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	text-align: center;
}
.hot-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
