.the {
	font-family: "Arial";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/19.jpg);
	background-repeat: repeat-x;
}
a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: "Arial";

}
a:hover {
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
	font-family: "Arial";
}

