@charset "utf-8";
/* CSS Document */

body {
margin:0px;
}
.tab{
	background-image: url(img/body.jpg);
	background-repeat: repeat-y;
	width: 1000px;
}
.menu{
	background-image: url(img/menu.png);
	height: 267px;
	width: 228px;
	background-repeat: no-repeat;
}
.voce{
	height: 36px;
	width:185px;
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.voce a{
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.voce a:hover{
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
.pan{
	border: 1px solid #990000;
	height: 480px;
	width: 640px;
}
