<!--
body{
	margin: 5;
	padding: 0;
	border: 0;
	border-spacing: 0;
	overflow: auto;
	height: 100%; 
	max-height: 100%; 
	font-family: Arial;
	font-size: 13px;
	color: #000066;
	background-image: url(gen/jpg/barchetta.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;	
}
h1{
  font-size: 36px;  
}
h2{
  font-size: 24px;  
}
h3{
  font-size: 18px;  
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
p {
	font: 14px arial;
	text-align: justify;
	
}

TABLE{
}

table.member {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	/*background-color: white;*/
}

table.member th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	/*background-color: white;*/
	-moz-border-radius: 0px 0px 0px 0px;
}
table.member td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	/*background-color: white;*/
	-moz-border-radius: 0px 0px 0px 0px;
}
}

TABLE.link{
	text-align: left;
}

-->

