body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 5px;

}
a:link {
	color: FF633F;
	text-decoration: underline;
}
a:visited {
	color: FF633F;
	text-decoration: underline;
}
a:hover {
	color: FF633F;
	text-decoration: none;
}
a:active {
	color: FF633F;
	text-decoration: none;
}
