body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9d3155;
	background-color: #fcdfe9;
	background-image: url(back.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	cursor: crosshair;
	font-weight: bold;
}
#container {
	width: 800px;
	text-align: center;
	margin-top: 30px;
}

#tabela {
	text-align: center;
	width: 750px;
}
#my_footer {
	font-size: 12px;
	font-weight: bold;
	color: #9d3155;
	text-align: left;
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9d3155;
	text-decoration: underline;
}

