body	{
	background: url(bg.png);
	background-repeat: repeat;
	font-family: Tahoma;
}

.foottext {
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.prevod {
	position: -10;
}

.text {
	color: #400000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}


.bodytd {
	background: url(body.png);
}

.headtd {
	background: url(head.png);
}

.foottd {
	background: url(foot.png);
	font-size: 1px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

