
#page{
	border: 1px solid;
	border-color:#97ADAB; 
	width: 750px;
	position: absolute; 
	left: 50%;
	margin-left: -375px;
	font-family: verdana;
	font-size: 10px;
}

#txt{
	padding: 10px;
	font-family: verdana;
	font-size: 12px;
}

p,ul,li,td{
	font-family: verdana;
	font-size: 12px;
}

h1{
	font-size: 14px;
	margin: 0px;
}

h2{
	font-size: 12px;
	margin: 0px;
}

h3{
	font-size: 10px;
	margin: 0px;
}

hr{
	border: 2px solid;
	border-color:#97ADAB; 
}

a{
	font-family: verdana;
	font-size: 12px;
	color: #006633;
}

a:hover{
	font-family: verdana;
	font-size: 12px;
	color: #006699;
}

.rosso{
	font-weight: bold;
	color: #FF0000;
}