body {
  	background-color: #FFFFFF;
	color: #003366;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0px;
}

a:active, a:focus, a:link, a:visited {
  font-weight: bold;
  color: #003366;
  text-decoration: none;
}

 a:hover {
  font-weight: bold;
  color: #003366;
  text-decoration: underline;
}

.titolo {
  font-weight: bold;
  font-size: medium;
  color: #FF6633;
}

.data {
  color: #990000;
  font-size: smaller;
}

.categoria {
  font-weight: bold;
  font-size: smaller;
  color: #999999;
  text-align: right;
}

.pienotizia {
  color: #003300;

}

p {
  text-align: justify;
  text-indent: 15px;
}

.tabellanotizie {
	border-style: dashed;
	border-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-right-color: #999999;
	margin-top: 10px;	
}
.sezioni {
	font-weight: bold;
	font-size: small;
	color: #FF6633;
	text-align: center;
}
