@charset "iso-8859-2";
/* CSS Document */
body{
	color:#000;
	background:#ebdfb1;
	padding:0px;
	margin:0px;
	}	
a{
	color:#6a3500;
	text-decoration:underline;
	}
a:hover{
	color:#DD6900;
	text-decoration:underline;
	}
div, front{
  	font-family:Arial;
  	font-size:12px
  	}
.menu{
	list-style: none;
	margin:0px;
	margin-left:1px;
	padding:0px;
}
.menu a{
	width:80px;
	height:50px;
	padding:15px 0px 0px 15px;
	background:url(tresc/img/button_a.jpg);
	border-bottom:0px solid #828384;
	color:#000;
	font-size:12px;
	
	text-decoration:none;
}
.menu a:hover{
	background:url(tresc/img/button_ah.jpg);
	border-bottom:0px solid #828384;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	}
