@charset "utf-8";
/* CSS Document */

body {
	background-color: #feffef;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma ,Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;color: #000000;
}
h2{
	font-weight: bold;
}

h4{
	font-size:14px;
	color: #000000;
	font-weight: bold;
}
a {
	
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.corsivo {font-style: italic; font-weight: bold; }

ul {
	font-style: normal;
	color: #990000;
}
li {font-size: 13px;
	font-style: normal;
	color: #990000;
}
.indirizzo {
		color: #660000;
}
p {font-size: 13px;
	font-style: normal;
	color: #000000;
}

.tabella {font-size: 12px;
	font-style: normal;
	color: #000000;
}