body {
	background-color: #4d4a4a;
	margin-top: 50px;
	background-image: url(img/square_tlo.gif);
	background-repeat: repeat-x;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}