/* CSS Document for Horse Float Trader */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E4D7C9;
}
.style1 {
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
}
.terms {
	font-family: "Arial";
	font-size: 10px;
	font-weight: normal;
}
.sell {
	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
}
.recently {
	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
	color:#FFFFFF;
}
.price {
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.camera {
	font-family: "Arial";
	font-size: 1px;
	font-weight: normal;
	color: #000000;
}
.footer {
	font-family: "Arial";
	font-size: 9px;
	font-weight: normal;
}
/*Link Effects */
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {

	text-decoration: none;
	border:none;

}