body {
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9E263B;
	font-weight: normal;
}

a {
	color: #9E263B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	background-color: #9E263B;
	text-decoration: blink;
}

#menu li {
	list-style-type: none;
	background-image: url(img/sfondo-menu.gif);	
	background-repeat: no-repeat;
}

#menu a{
	height: 16px;
	padding-top: 3px;
	padding-left: 56px;
	display: block;
	color: #9E263B;
	text-decoration: blink;
	font-weight: normal;
}

#menu a:hover{
	color: #ffffff;
	background-image: none;	
	background-color: #9E263B;
	text-decoration: none;
	font-weight: normal;
}

